@charset "UTF-8";
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.color-gray-100 {
  color: #F5F5F5;
}

.color-gray-200 {
  color: #ebebeb;
}

.color-gray-300 {
  color: #b4acb0;
}

.color-gray-400 {
  color: #a1a3a8;
}

.color-gray-500 {
  color: #81858b;
}

.color-gray-600 {
  color: #989898;
}

.color-gray-700 {
  color: #888888;
}

.color-gray-800 {
  color: #030303;
}

.color-gray-900 {
  color: #3a3535;
}

.color-secondary-100 {
  color: #e6f4f7;
}

.color-secondary-200 {
  color: #a3ddf6;
}

.color-secondary-300 {
  color: #008deb;
}

.color-secondary-400 {
  color: #87d3e1;
}

.color-secondary-500 {
  color: #19bfd3;
}

.color-secondary-600 {
  color: #00bfd6;
}

.color-secondary-700 {
  color: #008eb2;
}

.color-error-100 {
  color: #d32f2f;
}

.color-error-200 {
  color: #b2001a;
}

.color-primary-100 {
  color: #fff2f8;
}

.color-primary-300 {
  color: #E36184;
}

.color-primary-500 {
  color: #e35f83;
}

.color-primary-600 {
  color: #db2777;
}

.color-primary-700 {
  color: #f05454;
}

.color-rating-0-2 {
  color: #f9bc00;
}

.color-rating-2-3 {
  color: #b1b64d;
}

.color-rating-3-4 {
  color: #65aa57;
}

.color-rating-4-5 {
  color: #00a049;
}

.color-warning-100 {
  color: #f9a825;
}

.color-warning-200 {
  color: #f57f17;
}

.color-warning-300 {
  color: #ff4610;
}

.color-success-100 {
  color: #21ab21;
}

.color-success-200 {
  color: #2e7b32;
}

.color-black {
  color: #000;
}

.bg-gray-100 {
  background-color: #F5F5F5;
}

.bg-gray-200 {
  background-color: #ebebeb;
}

.bg-gray-300 {
  background-color: #b4acb0;
}

.bg-gray-400 {
  background-color: #a1a3a8;
}

.bg-gray-500 {
  background-color: #81858b;
}

.bg-gray-600 {
  background-color: #989898;
}

.bg-gray-700 {
  background-color: #888888;
}

.bg-gray-800 {
  background-color: #030303;
}

.bg-gray-900 {
  background-color: #3a3535;
}

.bg-secondary-100 {
  background-color: #e6f4f7;
}

.bg-secondary-200 {
  background-color: #a3ddf6;
}

.bg-secondary-300 {
  background-color: #008deb;
}

.bg-secondary-400 {
  background-color: #87d3e1;
}

.bg-secondary-500 {
  background-color: #19bfd3;
}

.bg-secondary-600 {
  background-color: #00bfd6;
}

.bg-secondary-700 {
  background-color: #008eb2;
}

.bg-error-100 {
  background-color: #d32f2f;
}

.bg-error-200 {
  background-color: #b2001a;
}

.bg-primary-100 {
  background-color: #fff2f8;
}

.bg-primary-300 {
  background-color: #E36184;
}

.bg-primary-500 {
  background-color: #e35f83;
}

.bg-primary-600 {
  background-color: #db2777;
}

.bg-primary-700 {
  background-color: #f05454;
}

.bg-rating-0-2 {
  background-color: #f9bc00;
}

.bg-rating-2-3 {
  background-color: #b1b64d;
}

.bg-rating-3-4 {
  background-color: #65aa57;
}

.bg-rating-4-5 {
  background-color: #00a049;
}

.bg-warning-100 {
  background-color: #f9a825;
}

.bg-warning-200 {
  background-color: #f57f17;
}

.bg-warning-300 {
  background-color: #ff4610;
}

.bg-success-100 {
  background-color: #21ab21;
}

.bg-success-200 {
  background-color: #2e7b32;
}

.bg-black {
  background-color: #000;
}

.h-p-25 {
  height: 25%;
}

.h-p-50 {
  height: 50%;
}

.h-p-75 {
  height: 75%;
}

.h-p-100 {
  height: 100%;
}

.h-p-auto {
  height: auto;
}

.h-p-unset {
  height: unset;
}

.h-p-fit {
  height: fit-content;
}

@media only screen and (min-width: 0) {
  .h-p-zero-25 {
    height: 25%;
  }
  .h-p-zero-50 {
    height: 50%;
  }
  .h-p-zero-75 {
    height: 75%;
  }
  .h-p-zero-100 {
    height: 100%;
  }
  .h-p-zero-auto {
    height: auto;
  }
  .h-p-zero-unset {
    height: unset;
  }
  .h-p-zero-fit {
    height: fit-content;
  }
}
@media only screen and (min-width: 360px) {
  .h-p-xs-25 {
    height: 25%;
  }
  .h-p-xs-50 {
    height: 50%;
  }
  .h-p-xs-75 {
    height: 75%;
  }
  .h-p-xs-100 {
    height: 100%;
  }
  .h-p-xs-auto {
    height: auto;
  }
  .h-p-xs-unset {
    height: unset;
  }
  .h-p-xs-fit {
    height: fit-content;
  }
}
@media only screen and (min-width: 640px) {
  .h-p-sm-25 {
    height: 25%;
  }
  .h-p-sm-50 {
    height: 50%;
  }
  .h-p-sm-75 {
    height: 75%;
  }
  .h-p-sm-100 {
    height: 100%;
  }
  .h-p-sm-auto {
    height: auto;
  }
  .h-p-sm-unset {
    height: unset;
  }
  .h-p-sm-fit {
    height: fit-content;
  }
}
@media only screen and (min-width: 768px) {
  .h-p-md-25 {
    height: 25%;
  }
  .h-p-md-50 {
    height: 50%;
  }
  .h-p-md-75 {
    height: 75%;
  }
  .h-p-md-100 {
    height: 100%;
  }
  .h-p-md-auto {
    height: auto;
  }
  .h-p-md-unset {
    height: unset;
  }
  .h-p-md-fit {
    height: fit-content;
  }
}
@media only screen and (min-width: 1024px) {
  .h-p-lg-25 {
    height: 25%;
  }
  .h-p-lg-50 {
    height: 50%;
  }
  .h-p-lg-75 {
    height: 75%;
  }
  .h-p-lg-100 {
    height: 100%;
  }
  .h-p-lg-auto {
    height: auto;
  }
  .h-p-lg-unset {
    height: unset;
  }
  .h-p-lg-fit {
    height: fit-content;
  }
}
@media only screen and (min-width: 1280px) {
  .h-p-xl-25 {
    height: 25%;
  }
  .h-p-xl-50 {
    height: 50%;
  }
  .h-p-xl-75 {
    height: 75%;
  }
  .h-p-xl-100 {
    height: 100%;
  }
  .h-p-xl-auto {
    height: auto;
  }
  .h-p-xl-unset {
    height: unset;
  }
  .h-p-xl-fit {
    height: fit-content;
  }
}
@media only screen and (min-width: 1336px) {
  .h-p-2xl-25 {
    height: 25%;
  }
  .h-p-2xl-50 {
    height: 50%;
  }
  .h-p-2xl-75 {
    height: 75%;
  }
  .h-p-2xl-100 {
    height: 100%;
  }
  .h-p-2xl-auto {
    height: auto;
  }
  .h-p-2xl-unset {
    height: unset;
  }
  .h-p-2xl-fit {
    height: fit-content;
  }
}
@media only screen and (min-width: 1440px) {
  .h-p-3xl-25 {
    height: 25%;
  }
  .h-p-3xl-50 {
    height: 50%;
  }
  .h-p-3xl-75 {
    height: 75%;
  }
  .h-p-3xl-100 {
    height: 100%;
  }
  .h-p-3xl-auto {
    height: auto;
  }
  .h-p-3xl-unset {
    height: unset;
  }
  .h-p-3xl-fit {
    height: fit-content;
  }
}
@media only screen and (min-width: 1676px) {
  .h-p-4xl-25 {
    height: 25%;
  }
  .h-p-4xl-50 {
    height: 50%;
  }
  .h-p-4xl-75 {
    height: 75%;
  }
  .h-p-4xl-100 {
    height: 100%;
  }
  .h-p-4xl-auto {
    height: auto;
  }
  .h-p-4xl-unset {
    height: unset;
  }
  .h-p-4xl-fit {
    height: fit-content;
  }
}
.w-p-25 {
  width: 25%;
}

.w-p-50 {
  width: 50%;
}

.w-p-75 {
  width: 75%;
}

.w-p-100 {
  width: 100%;
}

.w-p-auto {
  width: auto;
}

.w-p-unset {
  width: unset;
}

.w-p-fit {
  width: fit-content;
}

@media only screen and (min-width: 0) {
  .w-p-zero-25 {
    width: 25%;
  }
  .w-p-zero-50 {
    width: 50%;
  }
  .w-p-zero-75 {
    width: 75%;
  }
  .w-p-zero-100 {
    width: 100%;
  }
  .w-p-zero-auto {
    width: auto;
  }
  .w-p-zero-unset {
    width: unset;
  }
  .w-p-zero-fit {
    width: fit-content;
  }
}
@media only screen and (min-width: 360px) {
  .w-p-xs-25 {
    width: 25%;
  }
  .w-p-xs-50 {
    width: 50%;
  }
  .w-p-xs-75 {
    width: 75%;
  }
  .w-p-xs-100 {
    width: 100%;
  }
  .w-p-xs-auto {
    width: auto;
  }
  .w-p-xs-unset {
    width: unset;
  }
  .w-p-xs-fit {
    width: fit-content;
  }
}
@media only screen and (min-width: 640px) {
  .w-p-sm-25 {
    width: 25%;
  }
  .w-p-sm-50 {
    width: 50%;
  }
  .w-p-sm-75 {
    width: 75%;
  }
  .w-p-sm-100 {
    width: 100%;
  }
  .w-p-sm-auto {
    width: auto;
  }
  .w-p-sm-unset {
    width: unset;
  }
  .w-p-sm-fit {
    width: fit-content;
  }
}
@media only screen and (min-width: 768px) {
  .w-p-md-25 {
    width: 25%;
  }
  .w-p-md-50 {
    width: 50%;
  }
  .w-p-md-75 {
    width: 75%;
  }
  .w-p-md-100 {
    width: 100%;
  }
  .w-p-md-auto {
    width: auto;
  }
  .w-p-md-unset {
    width: unset;
  }
  .w-p-md-fit {
    width: fit-content;
  }
}
@media only screen and (min-width: 1024px) {
  .w-p-lg-25 {
    width: 25%;
  }
  .w-p-lg-50 {
    width: 50%;
  }
  .w-p-lg-75 {
    width: 75%;
  }
  .w-p-lg-100 {
    width: 100%;
  }
  .w-p-lg-auto {
    width: auto;
  }
  .w-p-lg-unset {
    width: unset;
  }
  .w-p-lg-fit {
    width: fit-content;
  }
}
@media only screen and (min-width: 1280px) {
  .w-p-xl-25 {
    width: 25%;
  }
  .w-p-xl-50 {
    width: 50%;
  }
  .w-p-xl-75 {
    width: 75%;
  }
  .w-p-xl-100 {
    width: 100%;
  }
  .w-p-xl-auto {
    width: auto;
  }
  .w-p-xl-unset {
    width: unset;
  }
  .w-p-xl-fit {
    width: fit-content;
  }
}
@media only screen and (min-width: 1336px) {
  .w-p-2xl-25 {
    width: 25%;
  }
  .w-p-2xl-50 {
    width: 50%;
  }
  .w-p-2xl-75 {
    width: 75%;
  }
  .w-p-2xl-100 {
    width: 100%;
  }
  .w-p-2xl-auto {
    width: auto;
  }
  .w-p-2xl-unset {
    width: unset;
  }
  .w-p-2xl-fit {
    width: fit-content;
  }
}
@media only screen and (min-width: 1440px) {
  .w-p-3xl-25 {
    width: 25%;
  }
  .w-p-3xl-50 {
    width: 50%;
  }
  .w-p-3xl-75 {
    width: 75%;
  }
  .w-p-3xl-100 {
    width: 100%;
  }
  .w-p-3xl-auto {
    width: auto;
  }
  .w-p-3xl-unset {
    width: unset;
  }
  .w-p-3xl-fit {
    width: fit-content;
  }
}
@media only screen and (min-width: 1676px) {
  .w-p-4xl-25 {
    width: 25%;
  }
  .w-p-4xl-50 {
    width: 50%;
  }
  .w-p-4xl-75 {
    width: 75%;
  }
  .w-p-4xl-100 {
    width: 100%;
  }
  .w-p-4xl-auto {
    width: auto;
  }
  .w-p-4xl-unset {
    width: unset;
  }
  .w-p-4xl-fit {
    width: fit-content;
  }
}
.h-0 {
  height: 0;
}

.h-1 {
  height: 0.4rem;
}

.h-2 {
  height: 0.8rem;
}

.h-3 {
  height: 1.2rem;
}

.h-4 {
  height: 1.6rem;
}

.h-5 {
  height: 2rem;
}

.h-6 {
  height: 2.4rem;
}

.h-7 {
  height: 2.8rem;
}

.h-8 {
  height: 3.2rem;
}

.h-9 {
  height: 3.6rem;
}

.h-10 {
  height: 4rem;
}

.h-11 {
  height: 4.4rem;
}

.h-12 {
  height: 4.8rem;
}

@media only screen and (min-width: 0) {
  .h-zero-0 {
    height: 0;
  }
  .h-zero-1 {
    height: 0.4rem;
  }
  .h-zero-2 {
    height: 0.8rem;
  }
  .h-zero-3 {
    height: 1.2rem;
  }
  .h-zero-4 {
    height: 1.6rem;
  }
  .h-zero-5 {
    height: 2rem;
  }
  .h-zero-6 {
    height: 2.4rem;
  }
  .h-zero-7 {
    height: 2.8rem;
  }
  .h-zero-8 {
    height: 3.2rem;
  }
  .h-zero-9 {
    height: 3.6rem;
  }
  .h-zero-10 {
    height: 4rem;
  }
  .h-zero-11 {
    height: 4.4rem;
  }
  .h-zero-12 {
    height: 4.8rem;
  }
}
@media only screen and (min-width: 360px) {
  .h-xs-0 {
    height: 0;
  }
  .h-xs-1 {
    height: 0.4rem;
  }
  .h-xs-2 {
    height: 0.8rem;
  }
  .h-xs-3 {
    height: 1.2rem;
  }
  .h-xs-4 {
    height: 1.6rem;
  }
  .h-xs-5 {
    height: 2rem;
  }
  .h-xs-6 {
    height: 2.4rem;
  }
  .h-xs-7 {
    height: 2.8rem;
  }
  .h-xs-8 {
    height: 3.2rem;
  }
  .h-xs-9 {
    height: 3.6rem;
  }
  .h-xs-10 {
    height: 4rem;
  }
  .h-xs-11 {
    height: 4.4rem;
  }
  .h-xs-12 {
    height: 4.8rem;
  }
}
@media only screen and (min-width: 640px) {
  .h-sm-0 {
    height: 0;
  }
  .h-sm-1 {
    height: 0.4rem;
  }
  .h-sm-2 {
    height: 0.8rem;
  }
  .h-sm-3 {
    height: 1.2rem;
  }
  .h-sm-4 {
    height: 1.6rem;
  }
  .h-sm-5 {
    height: 2rem;
  }
  .h-sm-6 {
    height: 2.4rem;
  }
  .h-sm-7 {
    height: 2.8rem;
  }
  .h-sm-8 {
    height: 3.2rem;
  }
  .h-sm-9 {
    height: 3.6rem;
  }
  .h-sm-10 {
    height: 4rem;
  }
  .h-sm-11 {
    height: 4.4rem;
  }
  .h-sm-12 {
    height: 4.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .h-md-0 {
    height: 0;
  }
  .h-md-1 {
    height: 0.4rem;
  }
  .h-md-2 {
    height: 0.8rem;
  }
  .h-md-3 {
    height: 1.2rem;
  }
  .h-md-4 {
    height: 1.6rem;
  }
  .h-md-5 {
    height: 2rem;
  }
  .h-md-6 {
    height: 2.4rem;
  }
  .h-md-7 {
    height: 2.8rem;
  }
  .h-md-8 {
    height: 3.2rem;
  }
  .h-md-9 {
    height: 3.6rem;
  }
  .h-md-10 {
    height: 4rem;
  }
  .h-md-11 {
    height: 4.4rem;
  }
  .h-md-12 {
    height: 4.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .h-lg-0 {
    height: 0;
  }
  .h-lg-1 {
    height: 0.4rem;
  }
  .h-lg-2 {
    height: 0.8rem;
  }
  .h-lg-3 {
    height: 1.2rem;
  }
  .h-lg-4 {
    height: 1.6rem;
  }
  .h-lg-5 {
    height: 2rem;
  }
  .h-lg-6 {
    height: 2.4rem;
  }
  .h-lg-7 {
    height: 2.8rem;
  }
  .h-lg-8 {
    height: 3.2rem;
  }
  .h-lg-9 {
    height: 3.6rem;
  }
  .h-lg-10 {
    height: 4rem;
  }
  .h-lg-11 {
    height: 4.4rem;
  }
  .h-lg-12 {
    height: 4.8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .h-xl-0 {
    height: 0;
  }
  .h-xl-1 {
    height: 0.4rem;
  }
  .h-xl-2 {
    height: 0.8rem;
  }
  .h-xl-3 {
    height: 1.2rem;
  }
  .h-xl-4 {
    height: 1.6rem;
  }
  .h-xl-5 {
    height: 2rem;
  }
  .h-xl-6 {
    height: 2.4rem;
  }
  .h-xl-7 {
    height: 2.8rem;
  }
  .h-xl-8 {
    height: 3.2rem;
  }
  .h-xl-9 {
    height: 3.6rem;
  }
  .h-xl-10 {
    height: 4rem;
  }
  .h-xl-11 {
    height: 4.4rem;
  }
  .h-xl-12 {
    height: 4.8rem;
  }
}
@media only screen and (min-width: 1336px) {
  .h-2xl-0 {
    height: 0;
  }
  .h-2xl-1 {
    height: 0.4rem;
  }
  .h-2xl-2 {
    height: 0.8rem;
  }
  .h-2xl-3 {
    height: 1.2rem;
  }
  .h-2xl-4 {
    height: 1.6rem;
  }
  .h-2xl-5 {
    height: 2rem;
  }
  .h-2xl-6 {
    height: 2.4rem;
  }
  .h-2xl-7 {
    height: 2.8rem;
  }
  .h-2xl-8 {
    height: 3.2rem;
  }
  .h-2xl-9 {
    height: 3.6rem;
  }
  .h-2xl-10 {
    height: 4rem;
  }
  .h-2xl-11 {
    height: 4.4rem;
  }
  .h-2xl-12 {
    height: 4.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .h-3xl-0 {
    height: 0;
  }
  .h-3xl-1 {
    height: 0.4rem;
  }
  .h-3xl-2 {
    height: 0.8rem;
  }
  .h-3xl-3 {
    height: 1.2rem;
  }
  .h-3xl-4 {
    height: 1.6rem;
  }
  .h-3xl-5 {
    height: 2rem;
  }
  .h-3xl-6 {
    height: 2.4rem;
  }
  .h-3xl-7 {
    height: 2.8rem;
  }
  .h-3xl-8 {
    height: 3.2rem;
  }
  .h-3xl-9 {
    height: 3.6rem;
  }
  .h-3xl-10 {
    height: 4rem;
  }
  .h-3xl-11 {
    height: 4.4rem;
  }
  .h-3xl-12 {
    height: 4.8rem;
  }
}
@media only screen and (min-width: 1676px) {
  .h-4xl-0 {
    height: 0;
  }
  .h-4xl-1 {
    height: 0.4rem;
  }
  .h-4xl-2 {
    height: 0.8rem;
  }
  .h-4xl-3 {
    height: 1.2rem;
  }
  .h-4xl-4 {
    height: 1.6rem;
  }
  .h-4xl-5 {
    height: 2rem;
  }
  .h-4xl-6 {
    height: 2.4rem;
  }
  .h-4xl-7 {
    height: 2.8rem;
  }
  .h-4xl-8 {
    height: 3.2rem;
  }
  .h-4xl-9 {
    height: 3.6rem;
  }
  .h-4xl-10 {
    height: 4rem;
  }
  .h-4xl-11 {
    height: 4.4rem;
  }
  .h-4xl-12 {
    height: 4.8rem;
  }
}
.w-0 {
  width: 0;
}

.w-1 {
  width: 0.4rem;
}

.w-2 {
  width: 0.8rem;
}

.w-3 {
  width: 1.2rem;
}

.w-4 {
  width: 1.6rem;
}

.w-5 {
  width: 2rem;
}

.w-6 {
  width: 2.4rem;
}

.w-7 {
  width: 2.8rem;
}

.w-8 {
  width: 3.2rem;
}

.w-9 {
  width: 3.6rem;
}

.w-10 {
  width: 4rem;
}

.w-11 {
  width: 4.4rem;
}

.w-12 {
  width: 4.8rem;
}

@media only screen and (min-width: 0) {
  .w-zero-0 {
    width: 0;
  }
  .w-zero-1 {
    width: 0.4rem;
  }
  .w-zero-2 {
    width: 0.8rem;
  }
  .w-zero-3 {
    width: 1.2rem;
  }
  .w-zero-4 {
    width: 1.6rem;
  }
  .w-zero-5 {
    width: 2rem;
  }
  .w-zero-6 {
    width: 2.4rem;
  }
  .w-zero-7 {
    width: 2.8rem;
  }
  .w-zero-8 {
    width: 3.2rem;
  }
  .w-zero-9 {
    width: 3.6rem;
  }
  .w-zero-10 {
    width: 4rem;
  }
  .w-zero-11 {
    width: 4.4rem;
  }
  .w-zero-12 {
    width: 4.8rem;
  }
}
@media only screen and (min-width: 360px) {
  .w-xs-0 {
    width: 0;
  }
  .w-xs-1 {
    width: 0.4rem;
  }
  .w-xs-2 {
    width: 0.8rem;
  }
  .w-xs-3 {
    width: 1.2rem;
  }
  .w-xs-4 {
    width: 1.6rem;
  }
  .w-xs-5 {
    width: 2rem;
  }
  .w-xs-6 {
    width: 2.4rem;
  }
  .w-xs-7 {
    width: 2.8rem;
  }
  .w-xs-8 {
    width: 3.2rem;
  }
  .w-xs-9 {
    width: 3.6rem;
  }
  .w-xs-10 {
    width: 4rem;
  }
  .w-xs-11 {
    width: 4.4rem;
  }
  .w-xs-12 {
    width: 4.8rem;
  }
}
@media only screen and (min-width: 640px) {
  .w-sm-0 {
    width: 0;
  }
  .w-sm-1 {
    width: 0.4rem;
  }
  .w-sm-2 {
    width: 0.8rem;
  }
  .w-sm-3 {
    width: 1.2rem;
  }
  .w-sm-4 {
    width: 1.6rem;
  }
  .w-sm-5 {
    width: 2rem;
  }
  .w-sm-6 {
    width: 2.4rem;
  }
  .w-sm-7 {
    width: 2.8rem;
  }
  .w-sm-8 {
    width: 3.2rem;
  }
  .w-sm-9 {
    width: 3.6rem;
  }
  .w-sm-10 {
    width: 4rem;
  }
  .w-sm-11 {
    width: 4.4rem;
  }
  .w-sm-12 {
    width: 4.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .w-md-0 {
    width: 0;
  }
  .w-md-1 {
    width: 0.4rem;
  }
  .w-md-2 {
    width: 0.8rem;
  }
  .w-md-3 {
    width: 1.2rem;
  }
  .w-md-4 {
    width: 1.6rem;
  }
  .w-md-5 {
    width: 2rem;
  }
  .w-md-6 {
    width: 2.4rem;
  }
  .w-md-7 {
    width: 2.8rem;
  }
  .w-md-8 {
    width: 3.2rem;
  }
  .w-md-9 {
    width: 3.6rem;
  }
  .w-md-10 {
    width: 4rem;
  }
  .w-md-11 {
    width: 4.4rem;
  }
  .w-md-12 {
    width: 4.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .w-lg-0 {
    width: 0;
  }
  .w-lg-1 {
    width: 0.4rem;
  }
  .w-lg-2 {
    width: 0.8rem;
  }
  .w-lg-3 {
    width: 1.2rem;
  }
  .w-lg-4 {
    width: 1.6rem;
  }
  .w-lg-5 {
    width: 2rem;
  }
  .w-lg-6 {
    width: 2.4rem;
  }
  .w-lg-7 {
    width: 2.8rem;
  }
  .w-lg-8 {
    width: 3.2rem;
  }
  .w-lg-9 {
    width: 3.6rem;
  }
  .w-lg-10 {
    width: 4rem;
  }
  .w-lg-11 {
    width: 4.4rem;
  }
  .w-lg-12 {
    width: 4.8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .w-xl-0 {
    width: 0;
  }
  .w-xl-1 {
    width: 0.4rem;
  }
  .w-xl-2 {
    width: 0.8rem;
  }
  .w-xl-3 {
    width: 1.2rem;
  }
  .w-xl-4 {
    width: 1.6rem;
  }
  .w-xl-5 {
    width: 2rem;
  }
  .w-xl-6 {
    width: 2.4rem;
  }
  .w-xl-7 {
    width: 2.8rem;
  }
  .w-xl-8 {
    width: 3.2rem;
  }
  .w-xl-9 {
    width: 3.6rem;
  }
  .w-xl-10 {
    width: 4rem;
  }
  .w-xl-11 {
    width: 4.4rem;
  }
  .w-xl-12 {
    width: 4.8rem;
  }
}
@media only screen and (min-width: 1336px) {
  .w-2xl-0 {
    width: 0;
  }
  .w-2xl-1 {
    width: 0.4rem;
  }
  .w-2xl-2 {
    width: 0.8rem;
  }
  .w-2xl-3 {
    width: 1.2rem;
  }
  .w-2xl-4 {
    width: 1.6rem;
  }
  .w-2xl-5 {
    width: 2rem;
  }
  .w-2xl-6 {
    width: 2.4rem;
  }
  .w-2xl-7 {
    width: 2.8rem;
  }
  .w-2xl-8 {
    width: 3.2rem;
  }
  .w-2xl-9 {
    width: 3.6rem;
  }
  .w-2xl-10 {
    width: 4rem;
  }
  .w-2xl-11 {
    width: 4.4rem;
  }
  .w-2xl-12 {
    width: 4.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .w-3xl-0 {
    width: 0;
  }
  .w-3xl-1 {
    width: 0.4rem;
  }
  .w-3xl-2 {
    width: 0.8rem;
  }
  .w-3xl-3 {
    width: 1.2rem;
  }
  .w-3xl-4 {
    width: 1.6rem;
  }
  .w-3xl-5 {
    width: 2rem;
  }
  .w-3xl-6 {
    width: 2.4rem;
  }
  .w-3xl-7 {
    width: 2.8rem;
  }
  .w-3xl-8 {
    width: 3.2rem;
  }
  .w-3xl-9 {
    width: 3.6rem;
  }
  .w-3xl-10 {
    width: 4rem;
  }
  .w-3xl-11 {
    width: 4.4rem;
  }
  .w-3xl-12 {
    width: 4.8rem;
  }
}
@media only screen and (min-width: 1676px) {
  .w-4xl-0 {
    width: 0;
  }
  .w-4xl-1 {
    width: 0.4rem;
  }
  .w-4xl-2 {
    width: 0.8rem;
  }
  .w-4xl-3 {
    width: 1.2rem;
  }
  .w-4xl-4 {
    width: 1.6rem;
  }
  .w-4xl-5 {
    width: 2rem;
  }
  .w-4xl-6 {
    width: 2.4rem;
  }
  .w-4xl-7 {
    width: 2.8rem;
  }
  .w-4xl-8 {
    width: 3.2rem;
  }
  .w-4xl-9 {
    width: 3.6rem;
  }
  .w-4xl-10 {
    width: 4rem;
  }
  .w-4xl-11 {
    width: 4.4rem;
  }
  .w-4xl-12 {
    width: 4.8rem;
  }
}
.radius-small {
  border-radius: 4px;
}

.radius-medium {
  border-radius: 8px;
}

.radius-medium-2 {
  border-radius: 12px;
}

.radius-circle {
  border-radius: 50%;
}

.radius-large {
  border-radius: 16px;
}

.radius-xl {
  border-radius: 24px;
}

.radius-u {
  border-radius: 100px;
}

@media only screen and (min-width: 0) {
  .radius-zero-small {
    border-radius: 4px;
  }
  .radius-zero-medium {
    border-radius: 8px;
  }
  .radius-zero-medium-2 {
    border-radius: 12px;
  }
  .radius-zero-circle {
    border-radius: 50%;
  }
  .radius-zero-large {
    border-radius: 16px;
  }
  .radius-zero-xl {
    border-radius: 24px;
  }
  .radius-zero-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 360px) {
  .radius-xs-small {
    border-radius: 4px;
  }
  .radius-xs-medium {
    border-radius: 8px;
  }
  .radius-xs-medium-2 {
    border-radius: 12px;
  }
  .radius-xs-circle {
    border-radius: 50%;
  }
  .radius-xs-large {
    border-radius: 16px;
  }
  .radius-xs-xl {
    border-radius: 24px;
  }
  .radius-xs-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 640px) {
  .radius-sm-small {
    border-radius: 4px;
  }
  .radius-sm-medium {
    border-radius: 8px;
  }
  .radius-sm-medium-2 {
    border-radius: 12px;
  }
  .radius-sm-circle {
    border-radius: 50%;
  }
  .radius-sm-large {
    border-radius: 16px;
  }
  .radius-sm-xl {
    border-radius: 24px;
  }
  .radius-sm-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .radius-md-small {
    border-radius: 4px;
  }
  .radius-md-medium {
    border-radius: 8px;
  }
  .radius-md-medium-2 {
    border-radius: 12px;
  }
  .radius-md-circle {
    border-radius: 50%;
  }
  .radius-md-large {
    border-radius: 16px;
  }
  .radius-md-xl {
    border-radius: 24px;
  }
  .radius-md-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .radius-lg-small {
    border-radius: 4px;
  }
  .radius-lg-medium {
    border-radius: 8px;
  }
  .radius-lg-medium-2 {
    border-radius: 12px;
  }
  .radius-lg-circle {
    border-radius: 50%;
  }
  .radius-lg-large {
    border-radius: 16px;
  }
  .radius-lg-xl {
    border-radius: 24px;
  }
  .radius-lg-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .radius-xl-small {
    border-radius: 4px;
  }
  .radius-xl-medium {
    border-radius: 8px;
  }
  .radius-xl-medium-2 {
    border-radius: 12px;
  }
  .radius-xl-circle {
    border-radius: 50%;
  }
  .radius-xl-large {
    border-radius: 16px;
  }
  .radius-xl-xl {
    border-radius: 24px;
  }
  .radius-xl-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1336px) {
  .radius-2xl-small {
    border-radius: 4px;
  }
  .radius-2xl-medium {
    border-radius: 8px;
  }
  .radius-2xl-medium-2 {
    border-radius: 12px;
  }
  .radius-2xl-circle {
    border-radius: 50%;
  }
  .radius-2xl-large {
    border-radius: 16px;
  }
  .radius-2xl-xl {
    border-radius: 24px;
  }
  .radius-2xl-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .radius-3xl-small {
    border-radius: 4px;
  }
  .radius-3xl-medium {
    border-radius: 8px;
  }
  .radius-3xl-medium-2 {
    border-radius: 12px;
  }
  .radius-3xl-circle {
    border-radius: 50%;
  }
  .radius-3xl-large {
    border-radius: 16px;
  }
  .radius-3xl-xl {
    border-radius: 24px;
  }
  .radius-3xl-u {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1676px) {
  .radius-4xl-small {
    border-radius: 4px;
  }
  .radius-4xl-medium {
    border-radius: 8px;
  }
  .radius-4xl-medium-2 {
    border-radius: 12px;
  }
  .radius-4xl-circle {
    border-radius: 50%;
  }
  .radius-4xl-large {
    border-radius: 16px;
  }
  .radius-4xl-xl {
    border-radius: 24px;
  }
  .radius-4xl-u {
    border-radius: 100px;
  }
}
.border-none {
  border: none;
}

.border-gray-100 {
  border: #F5F5F5 1px solid;
}

.border-gray-200 {
  border: #ebebeb 1px solid;
}

@media only screen and (min-width: 0) {
  .border-zero-none {
    border: none;
  }
  .border-zero-gray-100 {
    border: #F5F5F5 1px solid;
  }
  .border-zero-gray-200 {
    border: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 360px) {
  .border-xs-none {
    border: none;
  }
  .border-xs-gray-100 {
    border: #F5F5F5 1px solid;
  }
  .border-xs-gray-200 {
    border: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 640px) {
  .border-sm-none {
    border: none;
  }
  .border-sm-gray-100 {
    border: #F5F5F5 1px solid;
  }
  .border-sm-gray-200 {
    border: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 768px) {
  .border-md-none {
    border: none;
  }
  .border-md-gray-100 {
    border: #F5F5F5 1px solid;
  }
  .border-md-gray-200 {
    border: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1024px) {
  .border-lg-none {
    border: none;
  }
  .border-lg-gray-100 {
    border: #F5F5F5 1px solid;
  }
  .border-lg-gray-200 {
    border: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1280px) {
  .border-xl-none {
    border: none;
  }
  .border-xl-gray-100 {
    border: #F5F5F5 1px solid;
  }
  .border-xl-gray-200 {
    border: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1336px) {
  .border-2xl-none {
    border: none;
  }
  .border-2xl-gray-100 {
    border: #F5F5F5 1px solid;
  }
  .border-2xl-gray-200 {
    border: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1440px) {
  .border-3xl-none {
    border: none;
  }
  .border-3xl-gray-100 {
    border: #F5F5F5 1px solid;
  }
  .border-3xl-gray-200 {
    border: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1676px) {
  .border-4xl-none {
    border: none;
  }
  .border-4xl-gray-100 {
    border: #F5F5F5 1px solid;
  }
  .border-4xl-gray-200 {
    border: #ebebeb 1px solid;
  }
}
.border-t-none {
  border-top: none;
}

.border-t-gray-100 {
  border-top: #F5F5F5 1px solid;
}

.border-t-gray-200 {
  border-top: #ebebeb 1px solid;
}

@media only screen and (min-width: 0) {
  .border-t-zero-none {
    border-top: none;
  }
  .border-t-zero-gray-100 {
    border-top: #F5F5F5 1px solid;
  }
  .border-t-zero-gray-200 {
    border-top: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 360px) {
  .border-t-xs-none {
    border-top: none;
  }
  .border-t-xs-gray-100 {
    border-top: #F5F5F5 1px solid;
  }
  .border-t-xs-gray-200 {
    border-top: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 640px) {
  .border-t-sm-none {
    border-top: none;
  }
  .border-t-sm-gray-100 {
    border-top: #F5F5F5 1px solid;
  }
  .border-t-sm-gray-200 {
    border-top: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 768px) {
  .border-t-md-none {
    border-top: none;
  }
  .border-t-md-gray-100 {
    border-top: #F5F5F5 1px solid;
  }
  .border-t-md-gray-200 {
    border-top: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1024px) {
  .border-t-lg-none {
    border-top: none;
  }
  .border-t-lg-gray-100 {
    border-top: #F5F5F5 1px solid;
  }
  .border-t-lg-gray-200 {
    border-top: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1280px) {
  .border-t-xl-none {
    border-top: none;
  }
  .border-t-xl-gray-100 {
    border-top: #F5F5F5 1px solid;
  }
  .border-t-xl-gray-200 {
    border-top: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1336px) {
  .border-t-2xl-none {
    border-top: none;
  }
  .border-t-2xl-gray-100 {
    border-top: #F5F5F5 1px solid;
  }
  .border-t-2xl-gray-200 {
    border-top: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1440px) {
  .border-t-3xl-none {
    border-top: none;
  }
  .border-t-3xl-gray-100 {
    border-top: #F5F5F5 1px solid;
  }
  .border-t-3xl-gray-200 {
    border-top: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1676px) {
  .border-t-4xl-none {
    border-top: none;
  }
  .border-t-4xl-gray-100 {
    border-top: #F5F5F5 1px solid;
  }
  .border-t-4xl-gray-200 {
    border-top: #ebebeb 1px solid;
  }
}
.border-b-none {
  border-bottom: none;
}

.border-b-gray-100 {
  border-bottom: #F5F5F5 1px solid;
}

.border-b-gray-200 {
  border-bottom: #ebebeb 1px solid;
}

@media only screen and (min-width: 0) {
  .border-b-zero-none {
    border-bottom: none;
  }
  .border-b-zero-gray-100 {
    border-bottom: #F5F5F5 1px solid;
  }
  .border-b-zero-gray-200 {
    border-bottom: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 360px) {
  .border-b-xs-none {
    border-bottom: none;
  }
  .border-b-xs-gray-100 {
    border-bottom: #F5F5F5 1px solid;
  }
  .border-b-xs-gray-200 {
    border-bottom: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 640px) {
  .border-b-sm-none {
    border-bottom: none;
  }
  .border-b-sm-gray-100 {
    border-bottom: #F5F5F5 1px solid;
  }
  .border-b-sm-gray-200 {
    border-bottom: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 768px) {
  .border-b-md-none {
    border-bottom: none;
  }
  .border-b-md-gray-100 {
    border-bottom: #F5F5F5 1px solid;
  }
  .border-b-md-gray-200 {
    border-bottom: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1024px) {
  .border-b-lg-none {
    border-bottom: none;
  }
  .border-b-lg-gray-100 {
    border-bottom: #F5F5F5 1px solid;
  }
  .border-b-lg-gray-200 {
    border-bottom: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1280px) {
  .border-b-xl-none {
    border-bottom: none;
  }
  .border-b-xl-gray-100 {
    border-bottom: #F5F5F5 1px solid;
  }
  .border-b-xl-gray-200 {
    border-bottom: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1336px) {
  .border-b-2xl-none {
    border-bottom: none;
  }
  .border-b-2xl-gray-100 {
    border-bottom: #F5F5F5 1px solid;
  }
  .border-b-2xl-gray-200 {
    border-bottom: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1440px) {
  .border-b-3xl-none {
    border-bottom: none;
  }
  .border-b-3xl-gray-100 {
    border-bottom: #F5F5F5 1px solid;
  }
  .border-b-3xl-gray-200 {
    border-bottom: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1676px) {
  .border-b-4xl-none {
    border-bottom: none;
  }
  .border-b-4xl-gray-100 {
    border-bottom: #F5F5F5 1px solid;
  }
  .border-b-4xl-gray-200 {
    border-bottom: #ebebeb 1px solid;
  }
}
.border-s-none {
  border-left: none;
}

.border-s-gray-100 {
  border-left: #F5F5F5 1px solid;
}

.border-s-gray-200 {
  border-left: #ebebeb 1px solid;
}

@media only screen and (min-width: 0) {
  .border-s-zero-none {
    border-left: none;
  }
  .border-s-zero-gray-100 {
    border-left: #F5F5F5 1px solid;
  }
  .border-s-zero-gray-200 {
    border-left: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 360px) {
  .border-s-xs-none {
    border-left: none;
  }
  .border-s-xs-gray-100 {
    border-left: #F5F5F5 1px solid;
  }
  .border-s-xs-gray-200 {
    border-left: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 640px) {
  .border-s-sm-none {
    border-left: none;
  }
  .border-s-sm-gray-100 {
    border-left: #F5F5F5 1px solid;
  }
  .border-s-sm-gray-200 {
    border-left: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 768px) {
  .border-s-md-none {
    border-left: none;
  }
  .border-s-md-gray-100 {
    border-left: #F5F5F5 1px solid;
  }
  .border-s-md-gray-200 {
    border-left: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1024px) {
  .border-s-lg-none {
    border-left: none;
  }
  .border-s-lg-gray-100 {
    border-left: #F5F5F5 1px solid;
  }
  .border-s-lg-gray-200 {
    border-left: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1280px) {
  .border-s-xl-none {
    border-left: none;
  }
  .border-s-xl-gray-100 {
    border-left: #F5F5F5 1px solid;
  }
  .border-s-xl-gray-200 {
    border-left: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1336px) {
  .border-s-2xl-none {
    border-left: none;
  }
  .border-s-2xl-gray-100 {
    border-left: #F5F5F5 1px solid;
  }
  .border-s-2xl-gray-200 {
    border-left: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1440px) {
  .border-s-3xl-none {
    border-left: none;
  }
  .border-s-3xl-gray-100 {
    border-left: #F5F5F5 1px solid;
  }
  .border-s-3xl-gray-200 {
    border-left: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1676px) {
  .border-s-4xl-none {
    border-left: none;
  }
  .border-s-4xl-gray-100 {
    border-left: #F5F5F5 1px solid;
  }
  .border-s-4xl-gray-200 {
    border-left: #ebebeb 1px solid;
  }
}
.border-e-none {
  border-right: none;
}

.border-e-gray-100 {
  border-right: #F5F5F5 1px solid;
}

.border-e-gray-200 {
  border-right: #ebebeb 1px solid;
}

@media only screen and (min-width: 0) {
  .border-e-zero-none {
    border-right: none;
  }
  .border-e-zero-gray-100 {
    border-right: #F5F5F5 1px solid;
  }
  .border-e-zero-gray-200 {
    border-right: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 360px) {
  .border-e-xs-none {
    border-right: none;
  }
  .border-e-xs-gray-100 {
    border-right: #F5F5F5 1px solid;
  }
  .border-e-xs-gray-200 {
    border-right: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 640px) {
  .border-e-sm-none {
    border-right: none;
  }
  .border-e-sm-gray-100 {
    border-right: #F5F5F5 1px solid;
  }
  .border-e-sm-gray-200 {
    border-right: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 768px) {
  .border-e-md-none {
    border-right: none;
  }
  .border-e-md-gray-100 {
    border-right: #F5F5F5 1px solid;
  }
  .border-e-md-gray-200 {
    border-right: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1024px) {
  .border-e-lg-none {
    border-right: none;
  }
  .border-e-lg-gray-100 {
    border-right: #F5F5F5 1px solid;
  }
  .border-e-lg-gray-200 {
    border-right: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1280px) {
  .border-e-xl-none {
    border-right: none;
  }
  .border-e-xl-gray-100 {
    border-right: #F5F5F5 1px solid;
  }
  .border-e-xl-gray-200 {
    border-right: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1336px) {
  .border-e-2xl-none {
    border-right: none;
  }
  .border-e-2xl-gray-100 {
    border-right: #F5F5F5 1px solid;
  }
  .border-e-2xl-gray-200 {
    border-right: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1440px) {
  .border-e-3xl-none {
    border-right: none;
  }
  .border-e-3xl-gray-100 {
    border-right: #F5F5F5 1px solid;
  }
  .border-e-3xl-gray-200 {
    border-right: #ebebeb 1px solid;
  }
}
@media only screen and (min-width: 1676px) {
  .border-e-4xl-none {
    border-right: none;
  }
  .border-e-4xl-gray-100 {
    border-right: #F5F5F5 1px solid;
  }
  .border-e-4xl-gray-200 {
    border-right: #ebebeb 1px solid;
  }
}
.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.position-unset {
  position: unset;
}

@media only screen and (min-width: 0) {
  .position-zero-static {
    position: static;
  }
  .position-zero-relative {
    position: relative;
  }
  .position-zero-absolute {
    position: absolute;
  }
  .position-zero-fixed {
    position: fixed;
  }
  .position-zero-sticky {
    position: sticky;
  }
  .position-zero-unset {
    position: unset;
  }
}
@media only screen and (min-width: 360px) {
  .position-xs-static {
    position: static;
  }
  .position-xs-relative {
    position: relative;
  }
  .position-xs-absolute {
    position: absolute;
  }
  .position-xs-fixed {
    position: fixed;
  }
  .position-xs-sticky {
    position: sticky;
  }
  .position-xs-unset {
    position: unset;
  }
}
@media only screen and (min-width: 640px) {
  .position-sm-static {
    position: static;
  }
  .position-sm-relative {
    position: relative;
  }
  .position-sm-absolute {
    position: absolute;
  }
  .position-sm-fixed {
    position: fixed;
  }
  .position-sm-sticky {
    position: sticky;
  }
  .position-sm-unset {
    position: unset;
  }
}
@media only screen and (min-width: 768px) {
  .position-md-static {
    position: static;
  }
  .position-md-relative {
    position: relative;
  }
  .position-md-absolute {
    position: absolute;
  }
  .position-md-fixed {
    position: fixed;
  }
  .position-md-sticky {
    position: sticky;
  }
  .position-md-unset {
    position: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .position-lg-static {
    position: static;
  }
  .position-lg-relative {
    position: relative;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .position-lg-fixed {
    position: fixed;
  }
  .position-lg-sticky {
    position: sticky;
  }
  .position-lg-unset {
    position: unset;
  }
}
@media only screen and (min-width: 1280px) {
  .position-xl-static {
    position: static;
  }
  .position-xl-relative {
    position: relative;
  }
  .position-xl-absolute {
    position: absolute;
  }
  .position-xl-fixed {
    position: fixed;
  }
  .position-xl-sticky {
    position: sticky;
  }
  .position-xl-unset {
    position: unset;
  }
}
@media only screen and (min-width: 1336px) {
  .position-2xl-static {
    position: static;
  }
  .position-2xl-relative {
    position: relative;
  }
  .position-2xl-absolute {
    position: absolute;
  }
  .position-2xl-fixed {
    position: fixed;
  }
  .position-2xl-sticky {
    position: sticky;
  }
  .position-2xl-unset {
    position: unset;
  }
}
@media only screen and (min-width: 1440px) {
  .position-3xl-static {
    position: static;
  }
  .position-3xl-relative {
    position: relative;
  }
  .position-3xl-absolute {
    position: absolute;
  }
  .position-3xl-fixed {
    position: fixed;
  }
  .position-3xl-sticky {
    position: sticky;
  }
  .position-3xl-unset {
    position: unset;
  }
}
@media only screen and (min-width: 1676px) {
  .position-4xl-static {
    position: static;
  }
  .position-4xl-relative {
    position: relative;
  }
  .position-4xl-absolute {
    position: absolute;
  }
  .position-4xl-fixed {
    position: fixed;
  }
  .position-4xl-sticky {
    position: sticky;
  }
  .position-4xl-unset {
    position: unset;
  }
}
.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

@media only screen and (min-width: 0) {
  .overflow-zero-auto {
    overflow: auto;
  }
  .overflow-zero-hidden {
    overflow: hidden;
  }
  .overflow-zero-visible {
    overflow: visible;
  }
  .overflow-zero-scroll {
    overflow: scroll;
  }
}
@media only screen and (min-width: 360px) {
  .overflow-xs-auto {
    overflow: auto;
  }
  .overflow-xs-hidden {
    overflow: hidden;
  }
  .overflow-xs-visible {
    overflow: visible;
  }
  .overflow-xs-scroll {
    overflow: scroll;
  }
}
@media only screen and (min-width: 640px) {
  .overflow-sm-auto {
    overflow: auto;
  }
  .overflow-sm-hidden {
    overflow: hidden;
  }
  .overflow-sm-visible {
    overflow: visible;
  }
  .overflow-sm-scroll {
    overflow: scroll;
  }
}
@media only screen and (min-width: 768px) {
  .overflow-md-auto {
    overflow: auto;
  }
  .overflow-md-hidden {
    overflow: hidden;
  }
  .overflow-md-visible {
    overflow: visible;
  }
  .overflow-md-scroll {
    overflow: scroll;
  }
}
@media only screen and (min-width: 1024px) {
  .overflow-lg-auto {
    overflow: auto;
  }
  .overflow-lg-hidden {
    overflow: hidden;
  }
  .overflow-lg-visible {
    overflow: visible;
  }
  .overflow-lg-scroll {
    overflow: scroll;
  }
}
@media only screen and (min-width: 1280px) {
  .overflow-xl-auto {
    overflow: auto;
  }
  .overflow-xl-hidden {
    overflow: hidden;
  }
  .overflow-xl-visible {
    overflow: visible;
  }
  .overflow-xl-scroll {
    overflow: scroll;
  }
}
@media only screen and (min-width: 1336px) {
  .overflow-2xl-auto {
    overflow: auto;
  }
  .overflow-2xl-hidden {
    overflow: hidden;
  }
  .overflow-2xl-visible {
    overflow: visible;
  }
  .overflow-2xl-scroll {
    overflow: scroll;
  }
}
@media only screen and (min-width: 1440px) {
  .overflow-3xl-auto {
    overflow: auto;
  }
  .overflow-3xl-hidden {
    overflow: hidden;
  }
  .overflow-3xl-visible {
    overflow: visible;
  }
  .overflow-3xl-scroll {
    overflow: scroll;
  }
}
@media only screen and (min-width: 1676px) {
  .overflow-4xl-auto {
    overflow: auto;
  }
  .overflow-4xl-hidden {
    overflow: hidden;
  }
  .overflow-4xl-visible {
    overflow: visible;
  }
  .overflow-4xl-scroll {
    overflow: scroll;
  }
}
.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

@media only screen and (min-width: 0) {
  .overflow-x-zero-auto {
    overflow-x: auto;
  }
  .overflow-x-zero-hidden {
    overflow-x: hidden;
  }
  .overflow-x-zero-visible {
    overflow-x: visible;
  }
  .overflow-x-zero-scroll {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 360px) {
  .overflow-x-xs-auto {
    overflow-x: auto;
  }
  .overflow-x-xs-hidden {
    overflow-x: hidden;
  }
  .overflow-x-xs-visible {
    overflow-x: visible;
  }
  .overflow-x-xs-scroll {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 640px) {
  .overflow-x-sm-auto {
    overflow-x: auto;
  }
  .overflow-x-sm-hidden {
    overflow-x: hidden;
  }
  .overflow-x-sm-visible {
    overflow-x: visible;
  }
  .overflow-x-sm-scroll {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 768px) {
  .overflow-x-md-auto {
    overflow-x: auto;
  }
  .overflow-x-md-hidden {
    overflow-x: hidden;
  }
  .overflow-x-md-visible {
    overflow-x: visible;
  }
  .overflow-x-md-scroll {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 1024px) {
  .overflow-x-lg-auto {
    overflow-x: auto;
  }
  .overflow-x-lg-hidden {
    overflow-x: hidden;
  }
  .overflow-x-lg-visible {
    overflow-x: visible;
  }
  .overflow-x-lg-scroll {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 1280px) {
  .overflow-x-xl-auto {
    overflow-x: auto;
  }
  .overflow-x-xl-hidden {
    overflow-x: hidden;
  }
  .overflow-x-xl-visible {
    overflow-x: visible;
  }
  .overflow-x-xl-scroll {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 1336px) {
  .overflow-x-2xl-auto {
    overflow-x: auto;
  }
  .overflow-x-2xl-hidden {
    overflow-x: hidden;
  }
  .overflow-x-2xl-visible {
    overflow-x: visible;
  }
  .overflow-x-2xl-scroll {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 1440px) {
  .overflow-x-3xl-auto {
    overflow-x: auto;
  }
  .overflow-x-3xl-hidden {
    overflow-x: hidden;
  }
  .overflow-x-3xl-visible {
    overflow-x: visible;
  }
  .overflow-x-3xl-scroll {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 1676px) {
  .overflow-x-4xl-auto {
    overflow-x: auto;
  }
  .overflow-x-4xl-hidden {
    overflow-x: hidden;
  }
  .overflow-x-4xl-visible {
    overflow-x: visible;
  }
  .overflow-x-4xl-scroll {
    overflow-x: scroll;
  }
}
.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

@media only screen and (min-width: 0) {
  .overflow-y-zero-auto {
    overflow-y: auto;
  }
  .overflow-y-zero-hidden {
    overflow-y: hidden;
  }
  .overflow-y-zero-visible {
    overflow-y: visible;
  }
  .overflow-y-zero-scroll {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 360px) {
  .overflow-y-xs-auto {
    overflow-y: auto;
  }
  .overflow-y-xs-hidden {
    overflow-y: hidden;
  }
  .overflow-y-xs-visible {
    overflow-y: visible;
  }
  .overflow-y-xs-scroll {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 640px) {
  .overflow-y-sm-auto {
    overflow-y: auto;
  }
  .overflow-y-sm-hidden {
    overflow-y: hidden;
  }
  .overflow-y-sm-visible {
    overflow-y: visible;
  }
  .overflow-y-sm-scroll {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 768px) {
  .overflow-y-md-auto {
    overflow-y: auto;
  }
  .overflow-y-md-hidden {
    overflow-y: hidden;
  }
  .overflow-y-md-visible {
    overflow-y: visible;
  }
  .overflow-y-md-scroll {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1024px) {
  .overflow-y-lg-auto {
    overflow-y: auto;
  }
  .overflow-y-lg-hidden {
    overflow-y: hidden;
  }
  .overflow-y-lg-visible {
    overflow-y: visible;
  }
  .overflow-y-lg-scroll {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1280px) {
  .overflow-y-xl-auto {
    overflow-y: auto;
  }
  .overflow-y-xl-hidden {
    overflow-y: hidden;
  }
  .overflow-y-xl-visible {
    overflow-y: visible;
  }
  .overflow-y-xl-scroll {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1336px) {
  .overflow-y-2xl-auto {
    overflow-y: auto;
  }
  .overflow-y-2xl-hidden {
    overflow-y: hidden;
  }
  .overflow-y-2xl-visible {
    overflow-y: visible;
  }
  .overflow-y-2xl-scroll {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1440px) {
  .overflow-y-3xl-auto {
    overflow-y: auto;
  }
  .overflow-y-3xl-hidden {
    overflow-y: hidden;
  }
  .overflow-y-3xl-visible {
    overflow-y: visible;
  }
  .overflow-y-3xl-scroll {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1676px) {
  .overflow-y-4xl-auto {
    overflow-y: auto;
  }
  .overflow-y-4xl-hidden {
    overflow-y: hidden;
  }
  .overflow-y-4xl-visible {
    overflow-y: visible;
  }
  .overflow-y-4xl-scroll {
    overflow-y: scroll;
  }
}
[class*=container-] {
  margin-right: auto;
  margin-left: auto;
}

.ltr {
  direction: ltr;
}

.bg-white {
  background-color: #fff;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000000;
}

.bg-transparent {
  background-color: transparent;
}

.horizontal-divider {
  width: 2px !important;
  display: block;
}

.vertical-line {
  height: 2px;
  display: block;
}

.no-overflow {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(58, 53, 53, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.overlay.header-overlay {
  z-index: 6;
}
.overlay.mobile-header-overlay {
  z-index: 11;
}

.pointer {
  cursor: pointer;
}

.btn-disabled {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  color: #fff;
}

.border-primary-500 {
  border: 1px solid #e35f83;
}

.border-gary-200 {
  border: 1px solid #F5F5F5;
}

.border-b-2 {
  border-bottom: 1px solid #b4acb0;
}

.border-b {
  border-bottom: 1px solid #ebebeb;
}

.border-t {
  border-top: 1px solid #ebebeb;
}

.scrollbar-hide {
  scrollbar-width: none;
}

.shadow-t {
  box-shadow: rgba(0, 0, 0, 0.14) 0 -1px 1px 0, rgba(0, 0, 0, 0.05) 0 -2px 2px 0;
}

.z-1 {
  z-index: 1;
}

.textWithShowore {
  height: 125px;
}
.textWithShowore::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, transparent 50%, #fff);
}
.textWithShowore a {
  color: #19bfd3;
}
.textWithShowore.opened {
  height: auto;
}
.textWithShowore.opened::after {
  content: unset;
}

.text-linethrough {
  text-decoration: line-through;
}

html {
  font-size: 12px;
}
@media only screen and (min-width: 360px) {
  html {
    font-size: 14px;
  }
}

* {
  font-family: "YekanBakh";
}

*::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

*::-webkit-scrollbar-thumb {
  background-color: #E36184;
  outline: 0 solid slategrey;
  border-radius: 10px;
}

*::-webkit-scrollbar-track {
  background: rgb(216, 216, 216);
}

*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

ins {
  text-decoration: none;
}

address {
  font-style: normal;
}

button {
  background-color: unset;
  border: unset;
  cursor: pointer;
}

input {
  outline: unset;
  border: unset;
  background-color: transparent;
}

select {
  border: unset;
  outline: unset;
}

input[type=radio], input[type=checkbox] {
  cursor: pointer;
}

textarea {
  outline: unset;
  border: unset;
}

ul, ol, dd {
  list-style: none;
}

.container-sm {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.container-lg {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.container-2xl {
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
}

.container-4xl {
  max-width: 1676px;
  margin-left: auto;
  margin-right: auto;
}

[class^=icon-]::before, [class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  font-size: 30px;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sortMobile:before {
  content: "\e93e";
  color: #707070;
}

.icon-filterMobile:before {
  content: "\e93f";
  color: #707070;
}

.icon-starFill:before {
  content: "\e940";
  color: #eb7400;
}

.icon-dot1:before {
  content: "\e922";
  background-color: #f05454;
  border-radius: 50%;
}

.icon-toman:before {
  content: "\e93d";
}

.icon-simpleClose:before {
  content: "\e900";
}

.icon-whatsApp:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-cart:before {
  content: "\e903";
}

.icon-user2:before {
  content: "\e904";
  color: black;
}

.icon-elinor:before {
  content: "\e905";
  color: #f05454;
}

.icon-search:before {
  content: "\e906";
}

.icon-favorite:before {
  content: "\e907";
}

.icon-cart2 .path1:before {
  content: "\e908";
  color: rgb(0, 0, 0);
  opacity: 0.8;
}

.icon-cart2 .path2:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-cart2 .path3:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
  opacity: 0.8;
}

.icon-cart2 .path4:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
  opacity: 0.8;
}

.icon-arrowBottom:before {
  content: "\e90c";
}

.icon-arrowLeft:before {
  content: "\e90d";
}

.icon-filter:before {
  content: "\e90e";
  color: #f05454;
}

.icon-zoom:before {
  content: "\e90f";
  color: #fff;
}

.icon-size:before {
  content: "\e910";
  color: #f05454;
}

.icon-done .path1:before {
  content: "\e911";
  color: rgb(255, 255, 255);
}

.icon-done .path2:before {
  content: "\e912";
  margin-left: -1.2568359375em;
  color: rgb(0, 0, 0);
}

.icon-favoriteBlue:before {
  content: "\e913";
  color: #00f;
}

.icon-share:before {
  content: "\e914";
}

.icon-fillArrowTop:before {
  content: "\e915";
  color: #b9b9b9;
}

.icon-fillArrowBottom:before {
  content: "\e916";
  color: #b9b9b9;
}

.icon-styleLeft:before {
  content: "\e917";
  color: #f05454;
}

.icon-styleRight:before {
  content: "\e918";
  color: #f05454;
}

.icon-circleRightArrow .path1:before {
  content: "\e919";
  color: rgb(255, 255, 255);
  opacity: 0.7;
}

.icon-circleRightArrow .path2:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(240, 84, 84);
  opacity: 0.7;
}

.icon-circleRightArrow .path3:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgb(240, 84, 84);
  opacity: 0.7;
}

.icon-circleLeftArrow .path1:before {
  content: "\e91c";
  color: rgb(255, 255, 255);
  opacity: 0.7;
}

.icon-circleLeftArrow .path2:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(240, 84, 84);
  opacity: 0.7;
}

.icon-circleLeftArrow .path3:before {
  content: "\e91e";
  margin-left: -1em;
  color: rgb(240, 84, 84);
  opacity: 0.7;
}

.icon-pinkInstagram:before {
  content: "\e91f";
  color: #e35f83;
}

.icon-pinkWhatsApp:before {
  content: "\e920";
  color: #e35f83;
}

.icon-simpleCricle .path1:before {
  content: "\e923";
  color: rgb(255, 255, 255);
}

.icon-simpleCricle .path2:before {
  content: "\e924";
  margin-left: -1em;
  color: rgb(240, 84, 84);
}

.icon-simpleSquare:before {
  content: "\e925";
  color: #7e7e7e;
}

.icon-category:before {
  content: "\e926";
}

.icon-sizeLabel .path1:before {
  content: "\e927";
  color: rgb(0, 0, 0);
}

.icon-sizeLabel .path2:before {
  content: "\e928";
  margin-left: -1.59765625em;
  color: rgb(0, 0, 0);
}

.icon-sizeLabel .path3:before {
  content: "\e929";
  margin-left: -1.59765625em;
  color: rgb(255, 255, 255);
}

.icon-sizeLabel .path4:before {
  content: "\e92a";
  margin-left: -1.59765625em;
  color: rgb(255, 255, 255);
}

.icon-sizeLabel .path5:before {
  content: "\e92b";
  margin-left: -1.59765625em;
  color: rgb(255, 255, 255);
}

.icon-sizeLabel .path6:before {
  content: "\e92c";
  margin-left: -1.59765625em;
  color: rgb(255, 255, 255);
}

.icon-walletWhite:before {
  content: "\e92d";
  color: #fff;
}

.icon-fillHeartWhite:before {
  content: "\e92e";
  color: #fff;
}

.icon-mobileBottom:before {
  content: "\e92f";
  color: #fff;
}

.icon-home:before {
  content: "\e930";
}

.icon-fleshBottom:before {
  content: "\e931";
}

.icon-footerCategory:before {
  content: "\e932";
}

.icon-profile .path1:before {
  content: "\e933";
  color: rgb(68, 68, 68);
}

.icon-profile .path2:before {
  content: "\e934";
  margin-left: -0.9091796875em;
  color: rgb(68, 68, 68);
  opacity: 0.8;
}

.icon-profile .path3:before {
  content: "\e935";
  margin-left: -0.9091796875em;
  color: rgb(68, 68, 68);
  opacity: 0.8;
}

.icon-whiteClose .path1:before {
  content: "\e936";
  color: rgb(0, 0, 0);
}

.icon-whiteClose .path2:before {
  content: "\e937";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-footerSearch:before {
  content: "\e938";
  color: #808080;
}

.icon-colorPalette:before {
  content: "\e939";
}

.icon-elinorBoutique:before {
  content: "\e93a";
}

.icon-simpleAdd:before {
  content: "\e93b";
  color: #6a6a6a;
}

.icon-mobileMenu:before {
  content: "\e93c";
  color: #f05454;
}

.icon-dot:before {
  content: "\e921";
}

@font-face {
  font-family: YekanBakh;
  src: url("../fonts/fontPage/Yekan-Bakh-Medium.597c8017.woff") format("woff");
}
@font-face {
  font-family: "icon";
  src: url("../fonts/icons/fonts/icomoon.ttf") format("truetype");
  src: url("../fonts/icons/fonts/icomoon.eot") format("eot");
  src: url("../fonts/icons/fonts/icomoon.woff") format("woff");
  src: url("../fonts/icons/fonts/icomoon.svg") format("svg");
}
.icon-fs-2xsmall::before {
  font-size: 0.4rem;
}

.icon-fs-xsmall::before {
  font-size: 0.8rem;
}

.icon-fs-small::before {
  font-size: 1rem;
}

.icon-fs-medium::before {
  font-size: 1.8rem;
}

.icon-fs-medium-2::before {
  font-size: 1.5rem;
}

.icon-fs-large::before {
  font-size: 2.6rem;
}

.h1 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h1 {
    font-size: 1.7rem;
  }
}

.h1-strong {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h1-strong {
    font-size: 1.75rem;
  }
}

.h2 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h2 {
    font-size: 1.6rem;
  }
}

.h2-strong {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h2-strong {
    font-size: 1.6rem;
  }
}

.h3 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h3 {
    font-size: 1.4rem;
  }
}

.h3-strong {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h3-strong {
    font-size: 1.4rem;
  }
}

.h4 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h4 {
    font-size: 1.2rem;
  }
}

.h4-strong {
  font-size: 1rem;
  font-weight: 800;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h4-strong {
    font-size: 1.2rem;
  }
}

.h5 {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h5 {
    font-size: 1rem;
  }
}

.h5-strong {
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .h5-strong {
    font-size: 1rem;
  }
}

.text-button {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.17;
}

.text-button-strong {
  font-size: 1rem;
  font-weight: 800;
  line-height: 2.17;
}

.text-button-1 {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2.17;
}

.text-button-1-strong {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 2.17;
}

.text-button-2 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.17;
}

.text-medium, .tooltip {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2.15;
}
@media only screen and (min-width: 1024px) {
  .text-medium, .tooltip {
    font-size: 1.16rem;
  }
}

.text-medium-strong {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 2.15;
}
@media only screen and (min-width: 1024px) {
  .text-medium-strong {
    font-size: 1.15rem;
  }
}

.text-medium-2 {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2.15;
}
@media only screen and (min-width: 1024px) {
  .text-medium-2 {
    font-size: 1.15rem;
  }
}

.text-medium-3 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.15;
}
@media only screen and (min-width: 1024px) {
  .text-medium-3 {
    font-size: 1.25rem;
  }
}

.text-strong {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 2.17;
}
@media only screen and (min-width: 1024px) {
  .text-strong {
    font-size: 1.15rem;
  }
}

.text-strong-2 {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 2.17;
}
@media only screen and (min-width: 1024px) {
  .text-strong-2 {
    font-size: 1.4rem;
  }
}

.text-strong-3 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 2.17;
}
@media only screen and (min-width: 1024px) {
  .text-strong-3 {
    font-size: 1.5rem;
  }
}

.text-subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.17;
}
@media only screen and (min-width: 1024px) {
  .text-subtitle {
    font-size: 1.1rem;
  }
}

.text-subtitle-small {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 2.17;
}

.text-subtitle-2 {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 2.17;
}
@media only screen and (min-width: 1024px) {
  .text-subtitle-2 {
    font-size: 1.2rem;
  }
}

.text-subtitle-strong {
  font-size: 1rem;
  font-weight: 800;
  line-height: 2.17;
}
@media only screen and (min-width: 1024px) {
  .text-subtitle-strong {
    font-size: 1.1rem;
  }
}

.text-truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-nowrap {
  white-space: nowrap;
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-breakpoint-zero: 0;
  --bs-breakpoint-xs: 360px;
  --bs-breakpoint-sm: 640px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 1024px;
  --bs-breakpoint-xl: 1280px;
  --bs-breakpoint-2xl: 1336px;
  --bs-breakpoint-3xl: 1440px;
  --bs-breakpoint-4xl: 1676px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-start-1 {
  grid-column-start: 1;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-4 {
  grid-column-start: 4;
}
.grid .g-start-5 {
  grid-column-start: 5;
}
.grid .g-start-6 {
  grid-column-start: 6;
}
.grid .g-start-7 {
  grid-column-start: 7;
}
.grid .g-start-8 {
  grid-column-start: 8;
}
.grid .g-start-9 {
  grid-column-start: 9;
}
.grid .g-start-10 {
  grid-column-start: 10;
}
.grid .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 360px) {
  .grid .g-col-xs-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xs-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xs-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xs-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xs-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xs-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xs-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xs-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xs-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xs-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xs-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xs-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xs-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xs-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xs-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xs-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xs-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xs-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xs-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xs-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xs-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xs-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xs-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 640px) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1024px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1280px) {
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1336px) {
  .grid .g-col-2xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-2xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-2xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-2xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-2xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-2xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-2xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-2xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-2xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-2xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-2xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-2xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-2xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-2xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-2xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-2xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-2xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-2xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-2xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-2xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-2xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-2xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-2xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1440px) {
  .grid .g-col-3xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-3xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-3xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-3xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-3xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-3xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-3xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-3xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-3xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-3xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-3xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-3xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-3xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-3xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-3xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-3xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-3xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-3xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-3xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-3xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-3xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-3xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-3xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1676px) {
  .grid .g-col-4xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-4xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-4xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-4xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-4xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-4xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-4xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-4xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-4xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-4xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-4xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-4xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-4xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-4xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-4xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-4xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-4xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-4xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-4xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-4xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-4xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-4xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-4xl-11 {
    grid-column-start: 11;
  }
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.4rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.4rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.8rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.8rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1.2rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1.2rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.6rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.6rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 2rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 2rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 2.4rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 2.4rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 2.8rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 2.8rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 3.2rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 3.2rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 3.6rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 3.6rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 4rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 4rem;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 4.4rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 4.4rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 4.8rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 4.8rem;
}

@media (min-width: 360px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 2rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 2rem;
  }
  .g-xs-6,
  .gx-xs-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xs-6,
  .gy-xs-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xs-7,
  .gx-xs-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-xs-7,
  .gy-xs-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-xs-8,
  .gx-xs-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xs-8,
  .gy-xs-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xs-9,
  .gx-xs-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-xs-9,
  .gy-xs-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-xs-10,
  .gx-xs-10 {
    --bs-gutter-x: 4rem;
  }
  .g-xs-10,
  .gy-xs-10 {
    --bs-gutter-y: 4rem;
  }
  .g-xs-11,
  .gx-xs-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-xs-11,
  .gy-xs-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-xs-12,
  .gx-xs-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xs-12,
  .gy-xs-12 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 640px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 2rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 4rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 4rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1336px) {
  .col-2xl {
    flex: 1 0 0%;
  }
  .row-cols-2xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-2xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-2xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-2xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-2xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-2xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-2xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-2xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-2xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-2xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-2xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-2xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-2xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-2xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-2xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-2xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-2xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-2xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-2xl-0 {
    margin-left: 0;
  }
  .offset-2xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-2xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-2xl-3 {
    margin-left: 25%;
  }
  .offset-2xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-2xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-2xl-6 {
    margin-left: 50%;
  }
  .offset-2xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-2xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-2xl-9 {
    margin-left: 75%;
  }
  .offset-2xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-2xl-11 {
    margin-left: 91.66666667%;
  }
  .g-2xl-0,
  .gx-2xl-0 {
    --bs-gutter-x: 0;
  }
  .g-2xl-0,
  .gy-2xl-0 {
    --bs-gutter-y: 0;
  }
  .g-2xl-1,
  .gx-2xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-2xl-1,
  .gy-2xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-2xl-2,
  .gx-2xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-2xl-2,
  .gy-2xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-2xl-3,
  .gx-2xl-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-2xl-3,
  .gy-2xl-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-2xl-4,
  .gx-2xl-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-2xl-4,
  .gy-2xl-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-2xl-5,
  .gx-2xl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-2xl-5,
  .gy-2xl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-2xl-6,
  .gx-2xl-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-2xl-6,
  .gy-2xl-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-2xl-7,
  .gx-2xl-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-2xl-7,
  .gy-2xl-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-2xl-8,
  .gx-2xl-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-2xl-8,
  .gy-2xl-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-2xl-9,
  .gx-2xl-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-2xl-9,
  .gy-2xl-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-2xl-10,
  .gx-2xl-10 {
    --bs-gutter-x: 4rem;
  }
  .g-2xl-10,
  .gy-2xl-10 {
    --bs-gutter-y: 4rem;
  }
  .g-2xl-11,
  .gx-2xl-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-2xl-11,
  .gy-2xl-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-2xl-12,
  .gx-2xl-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-2xl-12,
  .gy-2xl-12 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1440px) {
  .col-3xl {
    flex: 1 0 0%;
  }
  .row-cols-3xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-3xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-3xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-3xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-3xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-3xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-3xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-3xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-3xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-3xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-3xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-3xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-3xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-3xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-3xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-3xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-3xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-3xl-0 {
    margin-left: 0;
  }
  .offset-3xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-3xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-3xl-3 {
    margin-left: 25%;
  }
  .offset-3xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-3xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-3xl-6 {
    margin-left: 50%;
  }
  .offset-3xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-3xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-3xl-9 {
    margin-left: 75%;
  }
  .offset-3xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-3xl-11 {
    margin-left: 91.66666667%;
  }
  .g-3xl-0,
  .gx-3xl-0 {
    --bs-gutter-x: 0;
  }
  .g-3xl-0,
  .gy-3xl-0 {
    --bs-gutter-y: 0;
  }
  .g-3xl-1,
  .gx-3xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-3xl-1,
  .gy-3xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-3xl-2,
  .gx-3xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-3xl-2,
  .gy-3xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-3xl-3,
  .gx-3xl-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-3xl-3,
  .gy-3xl-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-3xl-4,
  .gx-3xl-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-3xl-4,
  .gy-3xl-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-3xl-5,
  .gx-3xl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-3xl-5,
  .gy-3xl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-3xl-6,
  .gx-3xl-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-3xl-6,
  .gy-3xl-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-3xl-7,
  .gx-3xl-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-3xl-7,
  .gy-3xl-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-3xl-8,
  .gx-3xl-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-3xl-8,
  .gy-3xl-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-3xl-9,
  .gx-3xl-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-3xl-9,
  .gy-3xl-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-3xl-10,
  .gx-3xl-10 {
    --bs-gutter-x: 4rem;
  }
  .g-3xl-10,
  .gy-3xl-10 {
    --bs-gutter-y: 4rem;
  }
  .g-3xl-11,
  .gx-3xl-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-3xl-11,
  .gy-3xl-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-3xl-12,
  .gx-3xl-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-3xl-12,
  .gy-3xl-12 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1676px) {
  .col-4xl {
    flex: 1 0 0%;
  }
  .row-cols-4xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-4xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-4xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-4xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-4xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-4xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-4xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-4xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-4xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-4xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-4xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-4xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-4xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-4xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-4xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-4xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-4xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-4xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-4xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-4xl-0 {
    margin-left: 0;
  }
  .offset-4xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-4xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-4xl-3 {
    margin-left: 25%;
  }
  .offset-4xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-4xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-4xl-6 {
    margin-left: 50%;
  }
  .offset-4xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-4xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-4xl-9 {
    margin-left: 75%;
  }
  .offset-4xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-4xl-11 {
    margin-left: 91.66666667%;
  }
  .g-4xl-0,
  .gx-4xl-0 {
    --bs-gutter-x: 0;
  }
  .g-4xl-0,
  .gy-4xl-0 {
    --bs-gutter-y: 0;
  }
  .g-4xl-1,
  .gx-4xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-4xl-1,
  .gy-4xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-4xl-2,
  .gx-4xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-4xl-2,
  .gy-4xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-4xl-3,
  .gx-4xl-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-4xl-3,
  .gy-4xl-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-4xl-4,
  .gx-4xl-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-4xl-4,
  .gy-4xl-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-4xl-5,
  .gx-4xl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-4xl-5,
  .gy-4xl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-4xl-6,
  .gx-4xl-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-4xl-6,
  .gy-4xl-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-4xl-7,
  .gx-4xl-7 {
    --bs-gutter-x: 2.8rem;
  }
  .g-4xl-7,
  .gy-4xl-7 {
    --bs-gutter-y: 2.8rem;
  }
  .g-4xl-8,
  .gx-4xl-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-4xl-8,
  .gy-4xl-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-4xl-9,
  .gx-4xl-9 {
    --bs-gutter-x: 3.6rem;
  }
  .g-4xl-9,
  .gy-4xl-9 {
    --bs-gutter-y: 3.6rem;
  }
  .g-4xl-10,
  .gx-4xl-10 {
    --bs-gutter-x: 4rem;
  }
  .g-4xl-10,
  .gy-4xl-10 {
    --bs-gutter-y: 4rem;
  }
  .g-4xl-11,
  .gx-4xl-11 {
    --bs-gutter-x: 4.4rem;
  }
  .g-4xl-11,
  .gy-4xl-11 {
    --bs-gutter-y: 4.4rem;
  }
  .g-4xl-12,
  .gx-4xl-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-4xl-12,
  .gy-4xl-12 {
    --bs-gutter-y: 4.8rem;
  }
}
.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.4rem !important;
}

.m-2 {
  margin: 0.8rem !important;
}

.m-3 {
  margin: 1.2rem !important;
}

.m-4 {
  margin: 1.6rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.m-6 {
  margin: 2.4rem !important;
}

.m-7 {
  margin: 2.8rem !important;
}

.m-8 {
  margin: 3.2rem !important;
}

.m-9 {
  margin: 3.6rem !important;
}

.m-10 {
  margin: 4rem !important;
}

.m-11 {
  margin: 4.4rem !important;
}

.m-12 {
  margin: 4.8rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.4rem !important;
  margin-left: 0.4rem !important;
}

.mx-2 {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}

.mx-3 {
  margin-right: 1.2rem !important;
  margin-left: 1.2rem !important;
}

.mx-4 {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.mx-5 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-6 {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important;
}

.mx-7 {
  margin-right: 2.8rem !important;
  margin-left: 2.8rem !important;
}

.mx-8 {
  margin-right: 3.2rem !important;
  margin-left: 3.2rem !important;
}

.mx-9 {
  margin-right: 3.6rem !important;
  margin-left: 3.6rem !important;
}

.mx-10 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-11 {
  margin-right: 4.4rem !important;
  margin-left: 4.4rem !important;
}

.mx-12 {
  margin-right: 4.8rem !important;
  margin-left: 4.8rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

.my-2 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.my-3 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}

.my-4 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-6 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.my-7 {
  margin-top: 2.8rem !important;
  margin-bottom: 2.8rem !important;
}

.my-8 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

.my-9 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important;
}

.my-10 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-11 {
  margin-top: 4.4rem !important;
  margin-bottom: 4.4rem !important;
}

.my-12 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.4rem !important;
}

.mt-2 {
  margin-top: 0.8rem !important;
}

.mt-3 {
  margin-top: 1.2rem !important;
}

.mt-4 {
  margin-top: 1.6rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mt-6 {
  margin-top: 2.4rem !important;
}

.mt-7 {
  margin-top: 2.8rem !important;
}

.mt-8 {
  margin-top: 3.2rem !important;
}

.mt-9 {
  margin-top: 3.6rem !important;
}

.mt-10 {
  margin-top: 4rem !important;
}

.mt-11 {
  margin-top: 4.4rem !important;
}

.mt-12 {
  margin-top: 4.8rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.4rem !important;
}

.me-2 {
  margin-right: 0.8rem !important;
}

.me-3 {
  margin-right: 1.2rem !important;
}

.me-4 {
  margin-right: 1.6rem !important;
}

.me-5 {
  margin-right: 2rem !important;
}

.me-6 {
  margin-right: 2.4rem !important;
}

.me-7 {
  margin-right: 2.8rem !important;
}

.me-8 {
  margin-right: 3.2rem !important;
}

.me-9 {
  margin-right: 3.6rem !important;
}

.me-10 {
  margin-right: 4rem !important;
}

.me-11 {
  margin-right: 4.4rem !important;
}

.me-12 {
  margin-right: 4.8rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.4rem !important;
}

.mb-2 {
  margin-bottom: 0.8rem !important;
}

.mb-3 {
  margin-bottom: 1.2rem !important;
}

.mb-4 {
  margin-bottom: 1.6rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.mb-6 {
  margin-bottom: 2.4rem !important;
}

.mb-7 {
  margin-bottom: 2.8rem !important;
}

.mb-8 {
  margin-bottom: 3.2rem !important;
}

.mb-9 {
  margin-bottom: 3.6rem !important;
}

.mb-10 {
  margin-bottom: 4rem !important;
}

.mb-11 {
  margin-bottom: 4.4rem !important;
}

.mb-12 {
  margin-bottom: 4.8rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.4rem !important;
}

.ms-2 {
  margin-left: 0.8rem !important;
}

.ms-3 {
  margin-left: 1.2rem !important;
}

.ms-4 {
  margin-left: 1.6rem !important;
}

.ms-5 {
  margin-left: 2rem !important;
}

.ms-6 {
  margin-left: 2.4rem !important;
}

.ms-7 {
  margin-left: 2.8rem !important;
}

.ms-8 {
  margin-left: 3.2rem !important;
}

.ms-9 {
  margin-left: 3.6rem !important;
}

.ms-10 {
  margin-left: 4rem !important;
}

.ms-11 {
  margin-left: 4.4rem !important;
}

.ms-12 {
  margin-left: 4.8rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.4rem !important;
}

.p-2 {
  padding: 0.8rem !important;
}

.p-3 {
  padding: 1.2rem !important;
}

.p-4 {
  padding: 1.6rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.p-6 {
  padding: 2.4rem !important;
}

.p-7 {
  padding: 2.8rem !important;
}

.p-8 {
  padding: 3.2rem !important;
}

.p-9 {
  padding: 3.6rem !important;
}

.p-10 {
  padding: 4rem !important;
}

.p-11 {
  padding: 4.4rem !important;
}

.p-12 {
  padding: 4.8rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.4rem !important;
  padding-left: 0.4rem !important;
}

.px-2 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.px-3 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

.px-4 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}

.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-6 {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important;
}

.px-7 {
  padding-right: 2.8rem !important;
  padding-left: 2.8rem !important;
}

.px-8 {
  padding-right: 3.2rem !important;
  padding-left: 3.2rem !important;
}

.px-9 {
  padding-right: 3.6rem !important;
  padding-left: 3.6rem !important;
}

.px-10 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-11 {
  padding-right: 4.4rem !important;
  padding-left: 4.4rem !important;
}

.px-12 {
  padding-right: 4.8rem !important;
  padding-left: 4.8rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.py-2 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.py-3 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.py-4 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-6 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.py-7 {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}

.py-8 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.py-9 {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

.py-10 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-11 {
  padding-top: 4.4rem !important;
  padding-bottom: 4.4rem !important;
}

.py-12 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.4rem !important;
}

.pt-2 {
  padding-top: 0.8rem !important;
}

.pt-3 {
  padding-top: 1.2rem !important;
}

.pt-4 {
  padding-top: 1.6rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.pt-6 {
  padding-top: 2.4rem !important;
}

.pt-7 {
  padding-top: 2.8rem !important;
}

.pt-8 {
  padding-top: 3.2rem !important;
}

.pt-9 {
  padding-top: 3.6rem !important;
}

.pt-10 {
  padding-top: 4rem !important;
}

.pt-11 {
  padding-top: 4.4rem !important;
}

.pt-12 {
  padding-top: 4.8rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.4rem !important;
}

.pe-2 {
  padding-right: 0.8rem !important;
}

.pe-3 {
  padding-right: 1.2rem !important;
}

.pe-4 {
  padding-right: 1.6rem !important;
}

.pe-5 {
  padding-right: 2rem !important;
}

.pe-6 {
  padding-right: 2.4rem !important;
}

.pe-7 {
  padding-right: 2.8rem !important;
}

.pe-8 {
  padding-right: 3.2rem !important;
}

.pe-9 {
  padding-right: 3.6rem !important;
}

.pe-10 {
  padding-right: 4rem !important;
}

.pe-11 {
  padding-right: 4.4rem !important;
}

.pe-12 {
  padding-right: 4.8rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.4rem !important;
}

.pb-2 {
  padding-bottom: 0.8rem !important;
}

.pb-3 {
  padding-bottom: 1.2rem !important;
}

.pb-4 {
  padding-bottom: 1.6rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.pb-6 {
  padding-bottom: 2.4rem !important;
}

.pb-7 {
  padding-bottom: 2.8rem !important;
}

.pb-8 {
  padding-bottom: 3.2rem !important;
}

.pb-9 {
  padding-bottom: 3.6rem !important;
}

.pb-10 {
  padding-bottom: 4rem !important;
}

.pb-11 {
  padding-bottom: 4.4rem !important;
}

.pb-12 {
  padding-bottom: 4.8rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.4rem !important;
}

.ps-2 {
  padding-left: 0.8rem !important;
}

.ps-3 {
  padding-left: 1.2rem !important;
}

.ps-4 {
  padding-left: 1.6rem !important;
}

.ps-5 {
  padding-left: 2rem !important;
}

.ps-6 {
  padding-left: 2.4rem !important;
}

.ps-7 {
  padding-left: 2.8rem !important;
}

.ps-8 {
  padding-left: 3.2rem !important;
}

.ps-9 {
  padding-left: 3.6rem !important;
}

.ps-10 {
  padding-left: 4rem !important;
}

.ps-11 {
  padding-left: 4.4rem !important;
}

.ps-12 {
  padding-left: 4.8rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.4rem !important;
}

.gap-2 {
  gap: 0.8rem !important;
}

.gap-3 {
  gap: 1.2rem !important;
}

.gap-4 {
  gap: 1.6rem !important;
}

.gap-5 {
  gap: 2rem !important;
}

.gap-6 {
  gap: 2.4rem !important;
}

.gap-7 {
  gap: 2.8rem !important;
}

.gap-8 {
  gap: 3.2rem !important;
}

.gap-9 {
  gap: 3.6rem !important;
}

.gap-10 {
  gap: 4rem !important;
}

.gap-11 {
  gap: 4.4rem !important;
}

.gap-12 {
  gap: 4.8rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.4rem !important;
}

.row-gap-2 {
  row-gap: 0.8rem !important;
}

.row-gap-3 {
  row-gap: 1.2rem !important;
}

.row-gap-4 {
  row-gap: 1.6rem !important;
}

.row-gap-5 {
  row-gap: 2rem !important;
}

.row-gap-6 {
  row-gap: 2.4rem !important;
}

.row-gap-7 {
  row-gap: 2.8rem !important;
}

.row-gap-8 {
  row-gap: 3.2rem !important;
}

.row-gap-9 {
  row-gap: 3.6rem !important;
}

.row-gap-10 {
  row-gap: 4rem !important;
}

.row-gap-11 {
  row-gap: 4.4rem !important;
}

.row-gap-12 {
  row-gap: 4.8rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.4rem !important;
}

.column-gap-2 {
  column-gap: 0.8rem !important;
}

.column-gap-3 {
  column-gap: 1.2rem !important;
}

.column-gap-4 {
  column-gap: 1.6rem !important;
}

.column-gap-5 {
  column-gap: 2rem !important;
}

.column-gap-6 {
  column-gap: 2.4rem !important;
}

.column-gap-7 {
  column-gap: 2.8rem !important;
}

.column-gap-8 {
  column-gap: 3.2rem !important;
}

.column-gap-9 {
  column-gap: 3.6rem !important;
}

.column-gap-10 {
  column-gap: 4rem !important;
}

.column-gap-11 {
  column-gap: 4.4rem !important;
}

.column-gap-12 {
  column-gap: 4.8rem !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
@media (min-width: 360px) {
  .object-fit-xs-contain {
    object-fit: contain !important;
  }
  .object-fit-xs-cover {
    object-fit: cover !important;
  }
  .object-fit-xs-fill {
    object-fit: fill !important;
  }
  .object-fit-xs-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xs-none {
    object-fit: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 0.4rem !important;
  }
  .m-xs-2 {
    margin: 0.8rem !important;
  }
  .m-xs-3 {
    margin: 1.2rem !important;
  }
  .m-xs-4 {
    margin: 1.6rem !important;
  }
  .m-xs-5 {
    margin: 2rem !important;
  }
  .m-xs-6 {
    margin: 2.4rem !important;
  }
  .m-xs-7 {
    margin: 2.8rem !important;
  }
  .m-xs-8 {
    margin: 3.2rem !important;
  }
  .m-xs-9 {
    margin: 3.6rem !important;
  }
  .m-xs-10 {
    margin: 4rem !important;
  }
  .m-xs-11 {
    margin: 4.4rem !important;
  }
  .m-xs-12 {
    margin: 4.8rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xs-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-xs-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xs-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xs-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xs-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-xs-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-xs-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-xs-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xs-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-xs-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xs-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xs-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-xs-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xs-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xs-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xs-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-xs-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xs-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-xs-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xs-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-xs-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.4rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.8rem !important;
  }
  .mt-xs-3 {
    margin-top: 1.2rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.6rem !important;
  }
  .mt-xs-5 {
    margin-top: 2rem !important;
  }
  .mt-xs-6 {
    margin-top: 2.4rem !important;
  }
  .mt-xs-7 {
    margin-top: 2.8rem !important;
  }
  .mt-xs-8 {
    margin-top: 3.2rem !important;
  }
  .mt-xs-9 {
    margin-top: 3.6rem !important;
  }
  .mt-xs-10 {
    margin-top: 4rem !important;
  }
  .mt-xs-11 {
    margin-top: 4.4rem !important;
  }
  .mt-xs-12 {
    margin-top: 4.8rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1 {
    margin-right: 0.4rem !important;
  }
  .me-xs-2 {
    margin-right: 0.8rem !important;
  }
  .me-xs-3 {
    margin-right: 1.2rem !important;
  }
  .me-xs-4 {
    margin-right: 1.6rem !important;
  }
  .me-xs-5 {
    margin-right: 2rem !important;
  }
  .me-xs-6 {
    margin-right: 2.4rem !important;
  }
  .me-xs-7 {
    margin-right: 2.8rem !important;
  }
  .me-xs-8 {
    margin-right: 3.2rem !important;
  }
  .me-xs-9 {
    margin-right: 3.6rem !important;
  }
  .me-xs-10 {
    margin-right: 4rem !important;
  }
  .me-xs-11 {
    margin-right: 4.4rem !important;
  }
  .me-xs-12 {
    margin-right: 4.8rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xs-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-xs-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xs-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-xs-10 {
    margin-bottom: 4rem !important;
  }
  .mb-xs-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-xs-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1 {
    margin-left: 0.4rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.8rem !important;
  }
  .ms-xs-3 {
    margin-left: 1.2rem !important;
  }
  .ms-xs-4 {
    margin-left: 1.6rem !important;
  }
  .ms-xs-5 {
    margin-left: 2rem !important;
  }
  .ms-xs-6 {
    margin-left: 2.4rem !important;
  }
  .ms-xs-7 {
    margin-left: 2.8rem !important;
  }
  .ms-xs-8 {
    margin-left: 3.2rem !important;
  }
  .ms-xs-9 {
    margin-left: 3.6rem !important;
  }
  .ms-xs-10 {
    margin-left: 4rem !important;
  }
  .ms-xs-11 {
    margin-left: 4.4rem !important;
  }
  .ms-xs-12 {
    margin-left: 4.8rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 0.4rem !important;
  }
  .p-xs-2 {
    padding: 0.8rem !important;
  }
  .p-xs-3 {
    padding: 1.2rem !important;
  }
  .p-xs-4 {
    padding: 1.6rem !important;
  }
  .p-xs-5 {
    padding: 2rem !important;
  }
  .p-xs-6 {
    padding: 2.4rem !important;
  }
  .p-xs-7 {
    padding: 2.8rem !important;
  }
  .p-xs-8 {
    padding: 3.2rem !important;
  }
  .p-xs-9 {
    padding: 3.6rem !important;
  }
  .p-xs-10 {
    padding: 4rem !important;
  }
  .p-xs-11 {
    padding: 4.4rem !important;
  }
  .p-xs-12 {
    padding: 4.8rem !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xs-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xs-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-xs-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xs-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xs-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xs-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-xs-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-xs-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-xs-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xs-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-xs-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xs-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xs-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-xs-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xs-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xs-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xs-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-xs-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xs-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-xs-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xs-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-xs-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.4rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.8rem !important;
  }
  .pt-xs-3 {
    padding-top: 1.2rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.6rem !important;
  }
  .pt-xs-5 {
    padding-top: 2rem !important;
  }
  .pt-xs-6 {
    padding-top: 2.4rem !important;
  }
  .pt-xs-7 {
    padding-top: 2.8rem !important;
  }
  .pt-xs-8 {
    padding-top: 3.2rem !important;
  }
  .pt-xs-9 {
    padding-top: 3.6rem !important;
  }
  .pt-xs-10 {
    padding-top: 4rem !important;
  }
  .pt-xs-11 {
    padding-top: 4.4rem !important;
  }
  .pt-xs-12 {
    padding-top: 4.8rem !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1 {
    padding-right: 0.4rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.8rem !important;
  }
  .pe-xs-3 {
    padding-right: 1.2rem !important;
  }
  .pe-xs-4 {
    padding-right: 1.6rem !important;
  }
  .pe-xs-5 {
    padding-right: 2rem !important;
  }
  .pe-xs-6 {
    padding-right: 2.4rem !important;
  }
  .pe-xs-7 {
    padding-right: 2.8rem !important;
  }
  .pe-xs-8 {
    padding-right: 3.2rem !important;
  }
  .pe-xs-9 {
    padding-right: 3.6rem !important;
  }
  .pe-xs-10 {
    padding-right: 4rem !important;
  }
  .pe-xs-11 {
    padding-right: 4.4rem !important;
  }
  .pe-xs-12 {
    padding-right: 4.8rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xs-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xs-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-xs-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xs-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-xs-10 {
    padding-bottom: 4rem !important;
  }
  .pb-xs-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-xs-12 {
    padding-bottom: 4.8rem !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1 {
    padding-left: 0.4rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.8rem !important;
  }
  .ps-xs-3 {
    padding-left: 1.2rem !important;
  }
  .ps-xs-4 {
    padding-left: 1.6rem !important;
  }
  .ps-xs-5 {
    padding-left: 2rem !important;
  }
  .ps-xs-6 {
    padding-left: 2.4rem !important;
  }
  .ps-xs-7 {
    padding-left: 2.8rem !important;
  }
  .ps-xs-8 {
    padding-left: 3.2rem !important;
  }
  .ps-xs-9 {
    padding-left: 3.6rem !important;
  }
  .ps-xs-10 {
    padding-left: 4rem !important;
  }
  .ps-xs-11 {
    padding-left: 4.4rem !important;
  }
  .ps-xs-12 {
    padding-left: 4.8rem !important;
  }
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1 {
    gap: 0.4rem !important;
  }
  .gap-xs-2 {
    gap: 0.8rem !important;
  }
  .gap-xs-3 {
    gap: 1.2rem !important;
  }
  .gap-xs-4 {
    gap: 1.6rem !important;
  }
  .gap-xs-5 {
    gap: 2rem !important;
  }
  .gap-xs-6 {
    gap: 2.4rem !important;
  }
  .gap-xs-7 {
    gap: 2.8rem !important;
  }
  .gap-xs-8 {
    gap: 3.2rem !important;
  }
  .gap-xs-9 {
    gap: 3.6rem !important;
  }
  .gap-xs-10 {
    gap: 4rem !important;
  }
  .gap-xs-11 {
    gap: 4.4rem !important;
  }
  .gap-xs-12 {
    gap: 4.8rem !important;
  }
  .row-gap-xs-0 {
    row-gap: 0 !important;
  }
  .row-gap-xs-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-xs-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-xs-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-xs-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-xs-5 {
    row-gap: 2rem !important;
  }
  .row-gap-xs-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-xs-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-xs-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-xs-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-xs-10 {
    row-gap: 4rem !important;
  }
  .row-gap-xs-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-xs-12 {
    row-gap: 4.8rem !important;
  }
  .column-gap-xs-0 {
    column-gap: 0 !important;
  }
  .column-gap-xs-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-xs-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-xs-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-xs-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-xs-5 {
    column-gap: 2rem !important;
  }
  .column-gap-xs-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-xs-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-xs-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-xs-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-xs-10 {
    column-gap: 4rem !important;
  }
  .column-gap-xs-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-xs-12 {
    column-gap: 4.8rem !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 640px) {
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.4rem !important;
  }
  .m-sm-2 {
    margin: 0.8rem !important;
  }
  .m-sm-3 {
    margin: 1.2rem !important;
  }
  .m-sm-4 {
    margin: 1.6rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .m-sm-6 {
    margin: 2.4rem !important;
  }
  .m-sm-7 {
    margin: 2.8rem !important;
  }
  .m-sm-8 {
    margin: 3.2rem !important;
  }
  .m-sm-9 {
    margin: 3.6rem !important;
  }
  .m-sm-10 {
    margin: 4rem !important;
  }
  .m-sm-11 {
    margin: 4.4rem !important;
  }
  .m-sm-12 {
    margin: 4.8rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-sm-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-sm-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-sm-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-sm-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-sm-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-sm-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-sm-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-sm-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-sm-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-sm-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-sm-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-sm-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-sm-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-sm-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.4rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.8rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.2rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.6rem !important;
  }
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  .mt-sm-6 {
    margin-top: 2.4rem !important;
  }
  .mt-sm-7 {
    margin-top: 2.8rem !important;
  }
  .mt-sm-8 {
    margin-top: 3.2rem !important;
  }
  .mt-sm-9 {
    margin-top: 3.6rem !important;
  }
  .mt-sm-10 {
    margin-top: 4rem !important;
  }
  .mt-sm-11 {
    margin-top: 4.4rem !important;
  }
  .mt-sm-12 {
    margin-top: 4.8rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.4rem !important;
  }
  .me-sm-2 {
    margin-right: 0.8rem !important;
  }
  .me-sm-3 {
    margin-right: 1.2rem !important;
  }
  .me-sm-4 {
    margin-right: 1.6rem !important;
  }
  .me-sm-5 {
    margin-right: 2rem !important;
  }
  .me-sm-6 {
    margin-right: 2.4rem !important;
  }
  .me-sm-7 {
    margin-right: 2.8rem !important;
  }
  .me-sm-8 {
    margin-right: 3.2rem !important;
  }
  .me-sm-9 {
    margin-right: 3.6rem !important;
  }
  .me-sm-10 {
    margin-right: 4rem !important;
  }
  .me-sm-11 {
    margin-right: 4.4rem !important;
  }
  .me-sm-12 {
    margin-right: 4.8rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.4rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.8rem !important;
  }
  .ms-sm-3 {
    margin-left: 1.2rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.6rem !important;
  }
  .ms-sm-5 {
    margin-left: 2rem !important;
  }
  .ms-sm-6 {
    margin-left: 2.4rem !important;
  }
  .ms-sm-7 {
    margin-left: 2.8rem !important;
  }
  .ms-sm-8 {
    margin-left: 3.2rem !important;
  }
  .ms-sm-9 {
    margin-left: 3.6rem !important;
  }
  .ms-sm-10 {
    margin-left: 4rem !important;
  }
  .ms-sm-11 {
    margin-left: 4.4rem !important;
  }
  .ms-sm-12 {
    margin-left: 4.8rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.4rem !important;
  }
  .p-sm-2 {
    padding: 0.8rem !important;
  }
  .p-sm-3 {
    padding: 1.2rem !important;
  }
  .p-sm-4 {
    padding: 1.6rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .p-sm-6 {
    padding: 2.4rem !important;
  }
  .p-sm-7 {
    padding: 2.8rem !important;
  }
  .p-sm-8 {
    padding: 3.2rem !important;
  }
  .p-sm-9 {
    padding: 3.6rem !important;
  }
  .p-sm-10 {
    padding: 4rem !important;
  }
  .p-sm-11 {
    padding: 4.4rem !important;
  }
  .p-sm-12 {
    padding: 4.8rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-sm-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-sm-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-sm-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-sm-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-sm-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-sm-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-sm-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-sm-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-sm-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-sm-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-sm-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-sm-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-sm-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-sm-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-sm-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-sm-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-sm-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.4rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.8rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.2rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.6rem !important;
  }
  .pt-sm-5 {
    padding-top: 2rem !important;
  }
  .pt-sm-6 {
    padding-top: 2.4rem !important;
  }
  .pt-sm-7 {
    padding-top: 2.8rem !important;
  }
  .pt-sm-8 {
    padding-top: 3.2rem !important;
  }
  .pt-sm-9 {
    padding-top: 3.6rem !important;
  }
  .pt-sm-10 {
    padding-top: 4rem !important;
  }
  .pt-sm-11 {
    padding-top: 4.4rem !important;
  }
  .pt-sm-12 {
    padding-top: 4.8rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.4rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.8rem !important;
  }
  .pe-sm-3 {
    padding-right: 1.2rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.6rem !important;
  }
  .pe-sm-5 {
    padding-right: 2rem !important;
  }
  .pe-sm-6 {
    padding-right: 2.4rem !important;
  }
  .pe-sm-7 {
    padding-right: 2.8rem !important;
  }
  .pe-sm-8 {
    padding-right: 3.2rem !important;
  }
  .pe-sm-9 {
    padding-right: 3.6rem !important;
  }
  .pe-sm-10 {
    padding-right: 4rem !important;
  }
  .pe-sm-11 {
    padding-right: 4.4rem !important;
  }
  .pe-sm-12 {
    padding-right: 4.8rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 4.8rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.4rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.8rem !important;
  }
  .ps-sm-3 {
    padding-left: 1.2rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.6rem !important;
  }
  .ps-sm-5 {
    padding-left: 2rem !important;
  }
  .ps-sm-6 {
    padding-left: 2.4rem !important;
  }
  .ps-sm-7 {
    padding-left: 2.8rem !important;
  }
  .ps-sm-8 {
    padding-left: 3.2rem !important;
  }
  .ps-sm-9 {
    padding-left: 3.6rem !important;
  }
  .ps-sm-10 {
    padding-left: 4rem !important;
  }
  .ps-sm-11 {
    padding-left: 4.4rem !important;
  }
  .ps-sm-12 {
    padding-left: 4.8rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.4rem !important;
  }
  .gap-sm-2 {
    gap: 0.8rem !important;
  }
  .gap-sm-3 {
    gap: 1.2rem !important;
  }
  .gap-sm-4 {
    gap: 1.6rem !important;
  }
  .gap-sm-5 {
    gap: 2rem !important;
  }
  .gap-sm-6 {
    gap: 2.4rem !important;
  }
  .gap-sm-7 {
    gap: 2.8rem !important;
  }
  .gap-sm-8 {
    gap: 3.2rem !important;
  }
  .gap-sm-9 {
    gap: 3.6rem !important;
  }
  .gap-sm-10 {
    gap: 4rem !important;
  }
  .gap-sm-11 {
    gap: 4.4rem !important;
  }
  .gap-sm-12 {
    gap: 4.8rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-sm-12 {
    row-gap: 4.8rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 2rem !important;
  }
  .column-gap-sm-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-sm-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-sm-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-sm-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-sm-10 {
    column-gap: 4rem !important;
  }
  .column-gap-sm-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-sm-12 {
    column-gap: 4.8rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.4rem !important;
  }
  .m-md-2 {
    margin: 0.8rem !important;
  }
  .m-md-3 {
    margin: 1.2rem !important;
  }
  .m-md-4 {
    margin: 1.6rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .m-md-6 {
    margin: 2.4rem !important;
  }
  .m-md-7 {
    margin: 2.8rem !important;
  }
  .m-md-8 {
    margin: 3.2rem !important;
  }
  .m-md-9 {
    margin: 3.6rem !important;
  }
  .m-md-10 {
    margin: 4rem !important;
  }
  .m-md-11 {
    margin: 4.4rem !important;
  }
  .m-md-12 {
    margin: 4.8rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-md-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-md-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-md-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-md-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-md-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-md-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-md-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-md-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-md-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-md-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-md-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-md-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-md-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-md-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-md-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-md-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-md-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.4rem !important;
  }
  .mt-md-2 {
    margin-top: 0.8rem !important;
  }
  .mt-md-3 {
    margin-top: 1.2rem !important;
  }
  .mt-md-4 {
    margin-top: 1.6rem !important;
  }
  .mt-md-5 {
    margin-top: 2rem !important;
  }
  .mt-md-6 {
    margin-top: 2.4rem !important;
  }
  .mt-md-7 {
    margin-top: 2.8rem !important;
  }
  .mt-md-8 {
    margin-top: 3.2rem !important;
  }
  .mt-md-9 {
    margin-top: 3.6rem !important;
  }
  .mt-md-10 {
    margin-top: 4rem !important;
  }
  .mt-md-11 {
    margin-top: 4.4rem !important;
  }
  .mt-md-12 {
    margin-top: 4.8rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.4rem !important;
  }
  .me-md-2 {
    margin-right: 0.8rem !important;
  }
  .me-md-3 {
    margin-right: 1.2rem !important;
  }
  .me-md-4 {
    margin-right: 1.6rem !important;
  }
  .me-md-5 {
    margin-right: 2rem !important;
  }
  .me-md-6 {
    margin-right: 2.4rem !important;
  }
  .me-md-7 {
    margin-right: 2.8rem !important;
  }
  .me-md-8 {
    margin-right: 3.2rem !important;
  }
  .me-md-9 {
    margin-right: 3.6rem !important;
  }
  .me-md-10 {
    margin-right: 4rem !important;
  }
  .me-md-11 {
    margin-right: 4.4rem !important;
  }
  .me-md-12 {
    margin-right: 4.8rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  .mb-md-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-md-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-md-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-md-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-md-10 {
    margin-bottom: 4rem !important;
  }
  .mb-md-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-md-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.4rem !important;
  }
  .ms-md-2 {
    margin-left: 0.8rem !important;
  }
  .ms-md-3 {
    margin-left: 1.2rem !important;
  }
  .ms-md-4 {
    margin-left: 1.6rem !important;
  }
  .ms-md-5 {
    margin-left: 2rem !important;
  }
  .ms-md-6 {
    margin-left: 2.4rem !important;
  }
  .ms-md-7 {
    margin-left: 2.8rem !important;
  }
  .ms-md-8 {
    margin-left: 3.2rem !important;
  }
  .ms-md-9 {
    margin-left: 3.6rem !important;
  }
  .ms-md-10 {
    margin-left: 4rem !important;
  }
  .ms-md-11 {
    margin-left: 4.4rem !important;
  }
  .ms-md-12 {
    margin-left: 4.8rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.4rem !important;
  }
  .p-md-2 {
    padding: 0.8rem !important;
  }
  .p-md-3 {
    padding: 1.2rem !important;
  }
  .p-md-4 {
    padding: 1.6rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .p-md-6 {
    padding: 2.4rem !important;
  }
  .p-md-7 {
    padding: 2.8rem !important;
  }
  .p-md-8 {
    padding: 3.2rem !important;
  }
  .p-md-9 {
    padding: 3.6rem !important;
  }
  .p-md-10 {
    padding: 4rem !important;
  }
  .p-md-11 {
    padding: 4.4rem !important;
  }
  .p-md-12 {
    padding: 4.8rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-md-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-md-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-md-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-md-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-md-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-md-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-md-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-md-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-md-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-md-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-md-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-md-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-md-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-md-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-md-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-md-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.4rem !important;
  }
  .pt-md-2 {
    padding-top: 0.8rem !important;
  }
  .pt-md-3 {
    padding-top: 1.2rem !important;
  }
  .pt-md-4 {
    padding-top: 1.6rem !important;
  }
  .pt-md-5 {
    padding-top: 2rem !important;
  }
  .pt-md-6 {
    padding-top: 2.4rem !important;
  }
  .pt-md-7 {
    padding-top: 2.8rem !important;
  }
  .pt-md-8 {
    padding-top: 3.2rem !important;
  }
  .pt-md-9 {
    padding-top: 3.6rem !important;
  }
  .pt-md-10 {
    padding-top: 4rem !important;
  }
  .pt-md-11 {
    padding-top: 4.4rem !important;
  }
  .pt-md-12 {
    padding-top: 4.8rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.4rem !important;
  }
  .pe-md-2 {
    padding-right: 0.8rem !important;
  }
  .pe-md-3 {
    padding-right: 1.2rem !important;
  }
  .pe-md-4 {
    padding-right: 1.6rem !important;
  }
  .pe-md-5 {
    padding-right: 2rem !important;
  }
  .pe-md-6 {
    padding-right: 2.4rem !important;
  }
  .pe-md-7 {
    padding-right: 2.8rem !important;
  }
  .pe-md-8 {
    padding-right: 3.2rem !important;
  }
  .pe-md-9 {
    padding-right: 3.6rem !important;
  }
  .pe-md-10 {
    padding-right: 4rem !important;
  }
  .pe-md-11 {
    padding-right: 4.4rem !important;
  }
  .pe-md-12 {
    padding-right: 4.8rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2rem !important;
  }
  .pb-md-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-md-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-md-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-md-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-md-10 {
    padding-bottom: 4rem !important;
  }
  .pb-md-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-md-12 {
    padding-bottom: 4.8rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.4rem !important;
  }
  .ps-md-2 {
    padding-left: 0.8rem !important;
  }
  .ps-md-3 {
    padding-left: 1.2rem !important;
  }
  .ps-md-4 {
    padding-left: 1.6rem !important;
  }
  .ps-md-5 {
    padding-left: 2rem !important;
  }
  .ps-md-6 {
    padding-left: 2.4rem !important;
  }
  .ps-md-7 {
    padding-left: 2.8rem !important;
  }
  .ps-md-8 {
    padding-left: 3.2rem !important;
  }
  .ps-md-9 {
    padding-left: 3.6rem !important;
  }
  .ps-md-10 {
    padding-left: 4rem !important;
  }
  .ps-md-11 {
    padding-left: 4.4rem !important;
  }
  .ps-md-12 {
    padding-left: 4.8rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.4rem !important;
  }
  .gap-md-2 {
    gap: 0.8rem !important;
  }
  .gap-md-3 {
    gap: 1.2rem !important;
  }
  .gap-md-4 {
    gap: 1.6rem !important;
  }
  .gap-md-5 {
    gap: 2rem !important;
  }
  .gap-md-6 {
    gap: 2.4rem !important;
  }
  .gap-md-7 {
    gap: 2.8rem !important;
  }
  .gap-md-8 {
    gap: 3.2rem !important;
  }
  .gap-md-9 {
    gap: 3.6rem !important;
  }
  .gap-md-10 {
    gap: 4rem !important;
  }
  .gap-md-11 {
    gap: 4.4rem !important;
  }
  .gap-md-12 {
    gap: 4.8rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-md-5 {
    row-gap: 2rem !important;
  }
  .row-gap-md-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-md-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-md-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-md-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-md-10 {
    row-gap: 4rem !important;
  }
  .row-gap-md-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-md-12 {
    row-gap: 4.8rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-md-5 {
    column-gap: 2rem !important;
  }
  .column-gap-md-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-md-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-md-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-md-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-md-10 {
    column-gap: 4rem !important;
  }
  .column-gap-md-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-md-12 {
    column-gap: 4.8rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.4rem !important;
  }
  .m-lg-2 {
    margin: 0.8rem !important;
  }
  .m-lg-3 {
    margin: 1.2rem !important;
  }
  .m-lg-4 {
    margin: 1.6rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .m-lg-6 {
    margin: 2.4rem !important;
  }
  .m-lg-7 {
    margin: 2.8rem !important;
  }
  .m-lg-8 {
    margin: 3.2rem !important;
  }
  .m-lg-9 {
    margin: 3.6rem !important;
  }
  .m-lg-10 {
    margin: 4rem !important;
  }
  .m-lg-11 {
    margin: 4.4rem !important;
  }
  .m-lg-12 {
    margin: 4.8rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-lg-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-lg-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-lg-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-lg-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-lg-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-lg-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-lg-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-lg-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-lg-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-lg-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-lg-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-lg-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-lg-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-lg-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.4rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.8rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.2rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.6rem !important;
  }
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  .mt-lg-6 {
    margin-top: 2.4rem !important;
  }
  .mt-lg-7 {
    margin-top: 2.8rem !important;
  }
  .mt-lg-8 {
    margin-top: 3.2rem !important;
  }
  .mt-lg-9 {
    margin-top: 3.6rem !important;
  }
  .mt-lg-10 {
    margin-top: 4rem !important;
  }
  .mt-lg-11 {
    margin-top: 4.4rem !important;
  }
  .mt-lg-12 {
    margin-top: 4.8rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.4rem !important;
  }
  .me-lg-2 {
    margin-right: 0.8rem !important;
  }
  .me-lg-3 {
    margin-right: 1.2rem !important;
  }
  .me-lg-4 {
    margin-right: 1.6rem !important;
  }
  .me-lg-5 {
    margin-right: 2rem !important;
  }
  .me-lg-6 {
    margin-right: 2.4rem !important;
  }
  .me-lg-7 {
    margin-right: 2.8rem !important;
  }
  .me-lg-8 {
    margin-right: 3.2rem !important;
  }
  .me-lg-9 {
    margin-right: 3.6rem !important;
  }
  .me-lg-10 {
    margin-right: 4rem !important;
  }
  .me-lg-11 {
    margin-right: 4.4rem !important;
  }
  .me-lg-12 {
    margin-right: 4.8rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.4rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.8rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.2rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.6rem !important;
  }
  .ms-lg-5 {
    margin-left: 2rem !important;
  }
  .ms-lg-6 {
    margin-left: 2.4rem !important;
  }
  .ms-lg-7 {
    margin-left: 2.8rem !important;
  }
  .ms-lg-8 {
    margin-left: 3.2rem !important;
  }
  .ms-lg-9 {
    margin-left: 3.6rem !important;
  }
  .ms-lg-10 {
    margin-left: 4rem !important;
  }
  .ms-lg-11 {
    margin-left: 4.4rem !important;
  }
  .ms-lg-12 {
    margin-left: 4.8rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.4rem !important;
  }
  .p-lg-2 {
    padding: 0.8rem !important;
  }
  .p-lg-3 {
    padding: 1.2rem !important;
  }
  .p-lg-4 {
    padding: 1.6rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .p-lg-6 {
    padding: 2.4rem !important;
  }
  .p-lg-7 {
    padding: 2.8rem !important;
  }
  .p-lg-8 {
    padding: 3.2rem !important;
  }
  .p-lg-9 {
    padding: 3.6rem !important;
  }
  .p-lg-10 {
    padding: 4rem !important;
  }
  .p-lg-11 {
    padding: 4.4rem !important;
  }
  .p-lg-12 {
    padding: 4.8rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-lg-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-lg-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-lg-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-lg-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-lg-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-lg-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-lg-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-lg-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-lg-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-lg-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-lg-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-lg-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-lg-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-lg-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-lg-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-lg-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-lg-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.4rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.8rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.2rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.6rem !important;
  }
  .pt-lg-5 {
    padding-top: 2rem !important;
  }
  .pt-lg-6 {
    padding-top: 2.4rem !important;
  }
  .pt-lg-7 {
    padding-top: 2.8rem !important;
  }
  .pt-lg-8 {
    padding-top: 3.2rem !important;
  }
  .pt-lg-9 {
    padding-top: 3.6rem !important;
  }
  .pt-lg-10 {
    padding-top: 4rem !important;
  }
  .pt-lg-11 {
    padding-top: 4.4rem !important;
  }
  .pt-lg-12 {
    padding-top: 4.8rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.4rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.8rem !important;
  }
  .pe-lg-3 {
    padding-right: 1.2rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.6rem !important;
  }
  .pe-lg-5 {
    padding-right: 2rem !important;
  }
  .pe-lg-6 {
    padding-right: 2.4rem !important;
  }
  .pe-lg-7 {
    padding-right: 2.8rem !important;
  }
  .pe-lg-8 {
    padding-right: 3.2rem !important;
  }
  .pe-lg-9 {
    padding-right: 3.6rem !important;
  }
  .pe-lg-10 {
    padding-right: 4rem !important;
  }
  .pe-lg-11 {
    padding-right: 4.4rem !important;
  }
  .pe-lg-12 {
    padding-right: 4.8rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 4.8rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.4rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.8rem !important;
  }
  .ps-lg-3 {
    padding-left: 1.2rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.6rem !important;
  }
  .ps-lg-5 {
    padding-left: 2rem !important;
  }
  .ps-lg-6 {
    padding-left: 2.4rem !important;
  }
  .ps-lg-7 {
    padding-left: 2.8rem !important;
  }
  .ps-lg-8 {
    padding-left: 3.2rem !important;
  }
  .ps-lg-9 {
    padding-left: 3.6rem !important;
  }
  .ps-lg-10 {
    padding-left: 4rem !important;
  }
  .ps-lg-11 {
    padding-left: 4.4rem !important;
  }
  .ps-lg-12 {
    padding-left: 4.8rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.4rem !important;
  }
  .gap-lg-2 {
    gap: 0.8rem !important;
  }
  .gap-lg-3 {
    gap: 1.2rem !important;
  }
  .gap-lg-4 {
    gap: 1.6rem !important;
  }
  .gap-lg-5 {
    gap: 2rem !important;
  }
  .gap-lg-6 {
    gap: 2.4rem !important;
  }
  .gap-lg-7 {
    gap: 2.8rem !important;
  }
  .gap-lg-8 {
    gap: 3.2rem !important;
  }
  .gap-lg-9 {
    gap: 3.6rem !important;
  }
  .gap-lg-10 {
    gap: 4rem !important;
  }
  .gap-lg-11 {
    gap: 4.4rem !important;
  }
  .gap-lg-12 {
    gap: 4.8rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-lg-12 {
    row-gap: 4.8rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 2rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-lg-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-lg-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-lg-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-lg-10 {
    column-gap: 4rem !important;
  }
  .column-gap-lg-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-lg-12 {
    column-gap: 4.8rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.4rem !important;
  }
  .m-xl-2 {
    margin: 0.8rem !important;
  }
  .m-xl-3 {
    margin: 1.2rem !important;
  }
  .m-xl-4 {
    margin: 1.6rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .m-xl-6 {
    margin: 2.4rem !important;
  }
  .m-xl-7 {
    margin: 2.8rem !important;
  }
  .m-xl-8 {
    margin: 3.2rem !important;
  }
  .m-xl-9 {
    margin: 3.6rem !important;
  }
  .m-xl-10 {
    margin: 4rem !important;
  }
  .m-xl-11 {
    margin: 4.4rem !important;
  }
  .m-xl-12 {
    margin: 4.8rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xl-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-xl-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-xl-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-xl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-xl-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xl-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-xl-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xl-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-xl-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xl-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-xl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-xl-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.2rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.6rem !important;
  }
  .mt-xl-5 {
    margin-top: 2rem !important;
  }
  .mt-xl-6 {
    margin-top: 2.4rem !important;
  }
  .mt-xl-7 {
    margin-top: 2.8rem !important;
  }
  .mt-xl-8 {
    margin-top: 3.2rem !important;
  }
  .mt-xl-9 {
    margin-top: 3.6rem !important;
  }
  .mt-xl-10 {
    margin-top: 4rem !important;
  }
  .mt-xl-11 {
    margin-top: 4.4rem !important;
  }
  .mt-xl-12 {
    margin-top: 4.8rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.4rem !important;
  }
  .me-xl-2 {
    margin-right: 0.8rem !important;
  }
  .me-xl-3 {
    margin-right: 1.2rem !important;
  }
  .me-xl-4 {
    margin-right: 1.6rem !important;
  }
  .me-xl-5 {
    margin-right: 2rem !important;
  }
  .me-xl-6 {
    margin-right: 2.4rem !important;
  }
  .me-xl-7 {
    margin-right: 2.8rem !important;
  }
  .me-xl-8 {
    margin-right: 3.2rem !important;
  }
  .me-xl-9 {
    margin-right: 3.6rem !important;
  }
  .me-xl-10 {
    margin-right: 4rem !important;
  }
  .me-xl-11 {
    margin-right: 4.4rem !important;
  }
  .me-xl-12 {
    margin-right: 4.8rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-xl-3 {
    margin-left: 1.2rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.6rem !important;
  }
  .ms-xl-5 {
    margin-left: 2rem !important;
  }
  .ms-xl-6 {
    margin-left: 2.4rem !important;
  }
  .ms-xl-7 {
    margin-left: 2.8rem !important;
  }
  .ms-xl-8 {
    margin-left: 3.2rem !important;
  }
  .ms-xl-9 {
    margin-left: 3.6rem !important;
  }
  .ms-xl-10 {
    margin-left: 4rem !important;
  }
  .ms-xl-11 {
    margin-left: 4.4rem !important;
  }
  .ms-xl-12 {
    margin-left: 4.8rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.4rem !important;
  }
  .p-xl-2 {
    padding: 0.8rem !important;
  }
  .p-xl-3 {
    padding: 1.2rem !important;
  }
  .p-xl-4 {
    padding: 1.6rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .p-xl-6 {
    padding: 2.4rem !important;
  }
  .p-xl-7 {
    padding: 2.8rem !important;
  }
  .p-xl-8 {
    padding: 3.2rem !important;
  }
  .p-xl-9 {
    padding: 3.6rem !important;
  }
  .p-xl-10 {
    padding: 4rem !important;
  }
  .p-xl-11 {
    padding: 4.4rem !important;
  }
  .p-xl-12 {
    padding: 4.8rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xl-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-xl-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xl-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-xl-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-xl-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-xl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-xl-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xl-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-xl-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xl-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-xl-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xl-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-xl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-xl-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.2rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.6rem !important;
  }
  .pt-xl-5 {
    padding-top: 2rem !important;
  }
  .pt-xl-6 {
    padding-top: 2.4rem !important;
  }
  .pt-xl-7 {
    padding-top: 2.8rem !important;
  }
  .pt-xl-8 {
    padding-top: 3.2rem !important;
  }
  .pt-xl-9 {
    padding-top: 3.6rem !important;
  }
  .pt-xl-10 {
    padding-top: 4rem !important;
  }
  .pt-xl-11 {
    padding-top: 4.4rem !important;
  }
  .pt-xl-12 {
    padding-top: 4.8rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-xl-3 {
    padding-right: 1.2rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.6rem !important;
  }
  .pe-xl-5 {
    padding-right: 2rem !important;
  }
  .pe-xl-6 {
    padding-right: 2.4rem !important;
  }
  .pe-xl-7 {
    padding-right: 2.8rem !important;
  }
  .pe-xl-8 {
    padding-right: 3.2rem !important;
  }
  .pe-xl-9 {
    padding-right: 3.6rem !important;
  }
  .pe-xl-10 {
    padding-right: 4rem !important;
  }
  .pe-xl-11 {
    padding-right: 4.4rem !important;
  }
  .pe-xl-12 {
    padding-right: 4.8rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 4.8rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-xl-3 {
    padding-left: 1.2rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.6rem !important;
  }
  .ps-xl-5 {
    padding-left: 2rem !important;
  }
  .ps-xl-6 {
    padding-left: 2.4rem !important;
  }
  .ps-xl-7 {
    padding-left: 2.8rem !important;
  }
  .ps-xl-8 {
    padding-left: 3.2rem !important;
  }
  .ps-xl-9 {
    padding-left: 3.6rem !important;
  }
  .ps-xl-10 {
    padding-left: 4rem !important;
  }
  .ps-xl-11 {
    padding-left: 4.4rem !important;
  }
  .ps-xl-12 {
    padding-left: 4.8rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.4rem !important;
  }
  .gap-xl-2 {
    gap: 0.8rem !important;
  }
  .gap-xl-3 {
    gap: 1.2rem !important;
  }
  .gap-xl-4 {
    gap: 1.6rem !important;
  }
  .gap-xl-5 {
    gap: 2rem !important;
  }
  .gap-xl-6 {
    gap: 2.4rem !important;
  }
  .gap-xl-7 {
    gap: 2.8rem !important;
  }
  .gap-xl-8 {
    gap: 3.2rem !important;
  }
  .gap-xl-9 {
    gap: 3.6rem !important;
  }
  .gap-xl-10 {
    gap: 4rem !important;
  }
  .gap-xl-11 {
    gap: 4.4rem !important;
  }
  .gap-xl-12 {
    gap: 4.8rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-xl-12 {
    row-gap: 4.8rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 2rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-xl-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-xl-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-xl-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-xl-10 {
    column-gap: 4rem !important;
  }
  .column-gap-xl-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-xl-12 {
    column-gap: 4.8rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1336px) {
  .object-fit-2xl-contain {
    object-fit: contain !important;
  }
  .object-fit-2xl-cover {
    object-fit: cover !important;
  }
  .object-fit-2xl-fill {
    object-fit: fill !important;
  }
  .object-fit-2xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-2xl-none {
    object-fit: none !important;
  }
  .d-2xl-inline {
    display: inline !important;
  }
  .d-2xl-inline-block {
    display: inline-block !important;
  }
  .d-2xl-block {
    display: block !important;
  }
  .d-2xl-grid {
    display: grid !important;
  }
  .d-2xl-inline-grid {
    display: inline-grid !important;
  }
  .d-2xl-table {
    display: table !important;
  }
  .d-2xl-table-row {
    display: table-row !important;
  }
  .d-2xl-table-cell {
    display: table-cell !important;
  }
  .d-2xl-flex {
    display: flex !important;
  }
  .d-2xl-inline-flex {
    display: inline-flex !important;
  }
  .d-2xl-none {
    display: none !important;
  }
  .flex-2xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-2xl-row {
    flex-direction: row !important;
  }
  .flex-2xl-column {
    flex-direction: column !important;
  }
  .flex-2xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-2xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-2xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-2xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-2xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-2xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-2xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-2xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-2xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-2xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-2xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-2xl-center {
    justify-content: center !important;
  }
  .justify-content-2xl-between {
    justify-content: space-between !important;
  }
  .justify-content-2xl-around {
    justify-content: space-around !important;
  }
  .justify-content-2xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-2xl-start {
    align-items: flex-start !important;
  }
  .align-items-2xl-end {
    align-items: flex-end !important;
  }
  .align-items-2xl-center {
    align-items: center !important;
  }
  .align-items-2xl-baseline {
    align-items: baseline !important;
  }
  .align-items-2xl-stretch {
    align-items: stretch !important;
  }
  .align-content-2xl-start {
    align-content: flex-start !important;
  }
  .align-content-2xl-end {
    align-content: flex-end !important;
  }
  .align-content-2xl-center {
    align-content: center !important;
  }
  .align-content-2xl-between {
    align-content: space-between !important;
  }
  .align-content-2xl-around {
    align-content: space-around !important;
  }
  .align-content-2xl-stretch {
    align-content: stretch !important;
  }
  .align-self-2xl-auto {
    align-self: auto !important;
  }
  .align-self-2xl-start {
    align-self: flex-start !important;
  }
  .align-self-2xl-end {
    align-self: flex-end !important;
  }
  .align-self-2xl-center {
    align-self: center !important;
  }
  .align-self-2xl-baseline {
    align-self: baseline !important;
  }
  .align-self-2xl-stretch {
    align-self: stretch !important;
  }
  .order-2xl-first {
    order: -1 !important;
  }
  .order-2xl-0 {
    order: 0 !important;
  }
  .order-2xl-1 {
    order: 1 !important;
  }
  .order-2xl-2 {
    order: 2 !important;
  }
  .order-2xl-3 {
    order: 3 !important;
  }
  .order-2xl-4 {
    order: 4 !important;
  }
  .order-2xl-5 {
    order: 5 !important;
  }
  .order-2xl-last {
    order: 6 !important;
  }
  .m-2xl-0 {
    margin: 0 !important;
  }
  .m-2xl-1 {
    margin: 0.4rem !important;
  }
  .m-2xl-2 {
    margin: 0.8rem !important;
  }
  .m-2xl-3 {
    margin: 1.2rem !important;
  }
  .m-2xl-4 {
    margin: 1.6rem !important;
  }
  .m-2xl-5 {
    margin: 2rem !important;
  }
  .m-2xl-6 {
    margin: 2.4rem !important;
  }
  .m-2xl-7 {
    margin: 2.8rem !important;
  }
  .m-2xl-8 {
    margin: 3.2rem !important;
  }
  .m-2xl-9 {
    margin: 3.6rem !important;
  }
  .m-2xl-10 {
    margin: 4rem !important;
  }
  .m-2xl-11 {
    margin: 4.4rem !important;
  }
  .m-2xl-12 {
    margin: 4.8rem !important;
  }
  .m-2xl-auto {
    margin: auto !important;
  }
  .mx-2xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-2xl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-2xl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-2xl-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-2xl-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-2xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-2xl-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-2xl-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-2xl-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-2xl-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-2xl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-2xl-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-2xl-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-2xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-2xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-2xl-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-2xl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-2xl-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-2xl-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-2xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-2xl-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-2xl-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-2xl-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-2xl-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-2xl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-2xl-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-2xl-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-2xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-2xl-0 {
    margin-top: 0 !important;
  }
  .mt-2xl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-2xl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-2xl-3 {
    margin-top: 1.2rem !important;
  }
  .mt-2xl-4 {
    margin-top: 1.6rem !important;
  }
  .mt-2xl-5 {
    margin-top: 2rem !important;
  }
  .mt-2xl-6 {
    margin-top: 2.4rem !important;
  }
  .mt-2xl-7 {
    margin-top: 2.8rem !important;
  }
  .mt-2xl-8 {
    margin-top: 3.2rem !important;
  }
  .mt-2xl-9 {
    margin-top: 3.6rem !important;
  }
  .mt-2xl-10 {
    margin-top: 4rem !important;
  }
  .mt-2xl-11 {
    margin-top: 4.4rem !important;
  }
  .mt-2xl-12 {
    margin-top: 4.8rem !important;
  }
  .mt-2xl-auto {
    margin-top: auto !important;
  }
  .me-2xl-0 {
    margin-right: 0 !important;
  }
  .me-2xl-1 {
    margin-right: 0.4rem !important;
  }
  .me-2xl-2 {
    margin-right: 0.8rem !important;
  }
  .me-2xl-3 {
    margin-right: 1.2rem !important;
  }
  .me-2xl-4 {
    margin-right: 1.6rem !important;
  }
  .me-2xl-5 {
    margin-right: 2rem !important;
  }
  .me-2xl-6 {
    margin-right: 2.4rem !important;
  }
  .me-2xl-7 {
    margin-right: 2.8rem !important;
  }
  .me-2xl-8 {
    margin-right: 3.2rem !important;
  }
  .me-2xl-9 {
    margin-right: 3.6rem !important;
  }
  .me-2xl-10 {
    margin-right: 4rem !important;
  }
  .me-2xl-11 {
    margin-right: 4.4rem !important;
  }
  .me-2xl-12 {
    margin-right: 4.8rem !important;
  }
  .me-2xl-auto {
    margin-right: auto !important;
  }
  .mb-2xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-2xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-2xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-2xl-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-2xl-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-2xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-2xl-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-2xl-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-2xl-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-2xl-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-2xl-10 {
    margin-bottom: 4rem !important;
  }
  .mb-2xl-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-2xl-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-2xl-auto {
    margin-bottom: auto !important;
  }
  .ms-2xl-0 {
    margin-left: 0 !important;
  }
  .ms-2xl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-2xl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-2xl-3 {
    margin-left: 1.2rem !important;
  }
  .ms-2xl-4 {
    margin-left: 1.6rem !important;
  }
  .ms-2xl-5 {
    margin-left: 2rem !important;
  }
  .ms-2xl-6 {
    margin-left: 2.4rem !important;
  }
  .ms-2xl-7 {
    margin-left: 2.8rem !important;
  }
  .ms-2xl-8 {
    margin-left: 3.2rem !important;
  }
  .ms-2xl-9 {
    margin-left: 3.6rem !important;
  }
  .ms-2xl-10 {
    margin-left: 4rem !important;
  }
  .ms-2xl-11 {
    margin-left: 4.4rem !important;
  }
  .ms-2xl-12 {
    margin-left: 4.8rem !important;
  }
  .ms-2xl-auto {
    margin-left: auto !important;
  }
  .p-2xl-0 {
    padding: 0 !important;
  }
  .p-2xl-1 {
    padding: 0.4rem !important;
  }
  .p-2xl-2 {
    padding: 0.8rem !important;
  }
  .p-2xl-3 {
    padding: 1.2rem !important;
  }
  .p-2xl-4 {
    padding: 1.6rem !important;
  }
  .p-2xl-5 {
    padding: 2rem !important;
  }
  .p-2xl-6 {
    padding: 2.4rem !important;
  }
  .p-2xl-7 {
    padding: 2.8rem !important;
  }
  .p-2xl-8 {
    padding: 3.2rem !important;
  }
  .p-2xl-9 {
    padding: 3.6rem !important;
  }
  .p-2xl-10 {
    padding: 4rem !important;
  }
  .p-2xl-11 {
    padding: 4.4rem !important;
  }
  .p-2xl-12 {
    padding: 4.8rem !important;
  }
  .px-2xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-2xl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-2xl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-2xl-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-2xl-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-2xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-2xl-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-2xl-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-2xl-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-2xl-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-2xl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-2xl-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-2xl-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-2xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-2xl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-2xl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-2xl-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-2xl-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-2xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-2xl-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-2xl-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-2xl-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-2xl-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-2xl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-2xl-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-2xl-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-2xl-0 {
    padding-top: 0 !important;
  }
  .pt-2xl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-2xl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-2xl-3 {
    padding-top: 1.2rem !important;
  }
  .pt-2xl-4 {
    padding-top: 1.6rem !important;
  }
  .pt-2xl-5 {
    padding-top: 2rem !important;
  }
  .pt-2xl-6 {
    padding-top: 2.4rem !important;
  }
  .pt-2xl-7 {
    padding-top: 2.8rem !important;
  }
  .pt-2xl-8 {
    padding-top: 3.2rem !important;
  }
  .pt-2xl-9 {
    padding-top: 3.6rem !important;
  }
  .pt-2xl-10 {
    padding-top: 4rem !important;
  }
  .pt-2xl-11 {
    padding-top: 4.4rem !important;
  }
  .pt-2xl-12 {
    padding-top: 4.8rem !important;
  }
  .pe-2xl-0 {
    padding-right: 0 !important;
  }
  .pe-2xl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-2xl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-2xl-3 {
    padding-right: 1.2rem !important;
  }
  .pe-2xl-4 {
    padding-right: 1.6rem !important;
  }
  .pe-2xl-5 {
    padding-right: 2rem !important;
  }
  .pe-2xl-6 {
    padding-right: 2.4rem !important;
  }
  .pe-2xl-7 {
    padding-right: 2.8rem !important;
  }
  .pe-2xl-8 {
    padding-right: 3.2rem !important;
  }
  .pe-2xl-9 {
    padding-right: 3.6rem !important;
  }
  .pe-2xl-10 {
    padding-right: 4rem !important;
  }
  .pe-2xl-11 {
    padding-right: 4.4rem !important;
  }
  .pe-2xl-12 {
    padding-right: 4.8rem !important;
  }
  .pb-2xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-2xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-2xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-2xl-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-2xl-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-2xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-2xl-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-2xl-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-2xl-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-2xl-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-2xl-10 {
    padding-bottom: 4rem !important;
  }
  .pb-2xl-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-2xl-12 {
    padding-bottom: 4.8rem !important;
  }
  .ps-2xl-0 {
    padding-left: 0 !important;
  }
  .ps-2xl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-2xl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-2xl-3 {
    padding-left: 1.2rem !important;
  }
  .ps-2xl-4 {
    padding-left: 1.6rem !important;
  }
  .ps-2xl-5 {
    padding-left: 2rem !important;
  }
  .ps-2xl-6 {
    padding-left: 2.4rem !important;
  }
  .ps-2xl-7 {
    padding-left: 2.8rem !important;
  }
  .ps-2xl-8 {
    padding-left: 3.2rem !important;
  }
  .ps-2xl-9 {
    padding-left: 3.6rem !important;
  }
  .ps-2xl-10 {
    padding-left: 4rem !important;
  }
  .ps-2xl-11 {
    padding-left: 4.4rem !important;
  }
  .ps-2xl-12 {
    padding-left: 4.8rem !important;
  }
  .gap-2xl-0 {
    gap: 0 !important;
  }
  .gap-2xl-1 {
    gap: 0.4rem !important;
  }
  .gap-2xl-2 {
    gap: 0.8rem !important;
  }
  .gap-2xl-3 {
    gap: 1.2rem !important;
  }
  .gap-2xl-4 {
    gap: 1.6rem !important;
  }
  .gap-2xl-5 {
    gap: 2rem !important;
  }
  .gap-2xl-6 {
    gap: 2.4rem !important;
  }
  .gap-2xl-7 {
    gap: 2.8rem !important;
  }
  .gap-2xl-8 {
    gap: 3.2rem !important;
  }
  .gap-2xl-9 {
    gap: 3.6rem !important;
  }
  .gap-2xl-10 {
    gap: 4rem !important;
  }
  .gap-2xl-11 {
    gap: 4.4rem !important;
  }
  .gap-2xl-12 {
    gap: 4.8rem !important;
  }
  .row-gap-2xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-2xl-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-2xl-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-2xl-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-2xl-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-2xl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-2xl-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-2xl-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-2xl-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-2xl-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-2xl-10 {
    row-gap: 4rem !important;
  }
  .row-gap-2xl-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-2xl-12 {
    row-gap: 4.8rem !important;
  }
  .column-gap-2xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-2xl-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-2xl-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-2xl-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-2xl-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-2xl-5 {
    column-gap: 2rem !important;
  }
  .column-gap-2xl-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-2xl-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-2xl-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-2xl-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-2xl-10 {
    column-gap: 4rem !important;
  }
  .column-gap-2xl-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-2xl-12 {
    column-gap: 4.8rem !important;
  }
  .text-2xl-start {
    text-align: left !important;
  }
  .text-2xl-end {
    text-align: right !important;
  }
  .text-2xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .object-fit-3xl-contain {
    object-fit: contain !important;
  }
  .object-fit-3xl-cover {
    object-fit: cover !important;
  }
  .object-fit-3xl-fill {
    object-fit: fill !important;
  }
  .object-fit-3xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-3xl-none {
    object-fit: none !important;
  }
  .d-3xl-inline {
    display: inline !important;
  }
  .d-3xl-inline-block {
    display: inline-block !important;
  }
  .d-3xl-block {
    display: block !important;
  }
  .d-3xl-grid {
    display: grid !important;
  }
  .d-3xl-inline-grid {
    display: inline-grid !important;
  }
  .d-3xl-table {
    display: table !important;
  }
  .d-3xl-table-row {
    display: table-row !important;
  }
  .d-3xl-table-cell {
    display: table-cell !important;
  }
  .d-3xl-flex {
    display: flex !important;
  }
  .d-3xl-inline-flex {
    display: inline-flex !important;
  }
  .d-3xl-none {
    display: none !important;
  }
  .flex-3xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-3xl-row {
    flex-direction: row !important;
  }
  .flex-3xl-column {
    flex-direction: column !important;
  }
  .flex-3xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-3xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-3xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-3xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-3xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-3xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-3xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-3xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-3xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-3xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-3xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-3xl-center {
    justify-content: center !important;
  }
  .justify-content-3xl-between {
    justify-content: space-between !important;
  }
  .justify-content-3xl-around {
    justify-content: space-around !important;
  }
  .justify-content-3xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-3xl-start {
    align-items: flex-start !important;
  }
  .align-items-3xl-end {
    align-items: flex-end !important;
  }
  .align-items-3xl-center {
    align-items: center !important;
  }
  .align-items-3xl-baseline {
    align-items: baseline !important;
  }
  .align-items-3xl-stretch {
    align-items: stretch !important;
  }
  .align-content-3xl-start {
    align-content: flex-start !important;
  }
  .align-content-3xl-end {
    align-content: flex-end !important;
  }
  .align-content-3xl-center {
    align-content: center !important;
  }
  .align-content-3xl-between {
    align-content: space-between !important;
  }
  .align-content-3xl-around {
    align-content: space-around !important;
  }
  .align-content-3xl-stretch {
    align-content: stretch !important;
  }
  .align-self-3xl-auto {
    align-self: auto !important;
  }
  .align-self-3xl-start {
    align-self: flex-start !important;
  }
  .align-self-3xl-end {
    align-self: flex-end !important;
  }
  .align-self-3xl-center {
    align-self: center !important;
  }
  .align-self-3xl-baseline {
    align-self: baseline !important;
  }
  .align-self-3xl-stretch {
    align-self: stretch !important;
  }
  .order-3xl-first {
    order: -1 !important;
  }
  .order-3xl-0 {
    order: 0 !important;
  }
  .order-3xl-1 {
    order: 1 !important;
  }
  .order-3xl-2 {
    order: 2 !important;
  }
  .order-3xl-3 {
    order: 3 !important;
  }
  .order-3xl-4 {
    order: 4 !important;
  }
  .order-3xl-5 {
    order: 5 !important;
  }
  .order-3xl-last {
    order: 6 !important;
  }
  .m-3xl-0 {
    margin: 0 !important;
  }
  .m-3xl-1 {
    margin: 0.4rem !important;
  }
  .m-3xl-2 {
    margin: 0.8rem !important;
  }
  .m-3xl-3 {
    margin: 1.2rem !important;
  }
  .m-3xl-4 {
    margin: 1.6rem !important;
  }
  .m-3xl-5 {
    margin: 2rem !important;
  }
  .m-3xl-6 {
    margin: 2.4rem !important;
  }
  .m-3xl-7 {
    margin: 2.8rem !important;
  }
  .m-3xl-8 {
    margin: 3.2rem !important;
  }
  .m-3xl-9 {
    margin: 3.6rem !important;
  }
  .m-3xl-10 {
    margin: 4rem !important;
  }
  .m-3xl-11 {
    margin: 4.4rem !important;
  }
  .m-3xl-12 {
    margin: 4.8rem !important;
  }
  .m-3xl-auto {
    margin: auto !important;
  }
  .mx-3xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-3xl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-3xl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-3xl-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-3xl-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-3xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-3xl-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-3xl-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-3xl-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-3xl-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-3xl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-3xl-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-3xl-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-3xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-3xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-3xl-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-3xl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-3xl-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-3xl-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-3xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-3xl-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-3xl-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-3xl-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-3xl-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-3xl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-3xl-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-3xl-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-3xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-3xl-0 {
    margin-top: 0 !important;
  }
  .mt-3xl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-3xl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-3xl-3 {
    margin-top: 1.2rem !important;
  }
  .mt-3xl-4 {
    margin-top: 1.6rem !important;
  }
  .mt-3xl-5 {
    margin-top: 2rem !important;
  }
  .mt-3xl-6 {
    margin-top: 2.4rem !important;
  }
  .mt-3xl-7 {
    margin-top: 2.8rem !important;
  }
  .mt-3xl-8 {
    margin-top: 3.2rem !important;
  }
  .mt-3xl-9 {
    margin-top: 3.6rem !important;
  }
  .mt-3xl-10 {
    margin-top: 4rem !important;
  }
  .mt-3xl-11 {
    margin-top: 4.4rem !important;
  }
  .mt-3xl-12 {
    margin-top: 4.8rem !important;
  }
  .mt-3xl-auto {
    margin-top: auto !important;
  }
  .me-3xl-0 {
    margin-right: 0 !important;
  }
  .me-3xl-1 {
    margin-right: 0.4rem !important;
  }
  .me-3xl-2 {
    margin-right: 0.8rem !important;
  }
  .me-3xl-3 {
    margin-right: 1.2rem !important;
  }
  .me-3xl-4 {
    margin-right: 1.6rem !important;
  }
  .me-3xl-5 {
    margin-right: 2rem !important;
  }
  .me-3xl-6 {
    margin-right: 2.4rem !important;
  }
  .me-3xl-7 {
    margin-right: 2.8rem !important;
  }
  .me-3xl-8 {
    margin-right: 3.2rem !important;
  }
  .me-3xl-9 {
    margin-right: 3.6rem !important;
  }
  .me-3xl-10 {
    margin-right: 4rem !important;
  }
  .me-3xl-11 {
    margin-right: 4.4rem !important;
  }
  .me-3xl-12 {
    margin-right: 4.8rem !important;
  }
  .me-3xl-auto {
    margin-right: auto !important;
  }
  .mb-3xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-3xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-3xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-3xl-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-3xl-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-3xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-3xl-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-3xl-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-3xl-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-3xl-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-3xl-10 {
    margin-bottom: 4rem !important;
  }
  .mb-3xl-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-3xl-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-3xl-auto {
    margin-bottom: auto !important;
  }
  .ms-3xl-0 {
    margin-left: 0 !important;
  }
  .ms-3xl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-3xl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-3xl-3 {
    margin-left: 1.2rem !important;
  }
  .ms-3xl-4 {
    margin-left: 1.6rem !important;
  }
  .ms-3xl-5 {
    margin-left: 2rem !important;
  }
  .ms-3xl-6 {
    margin-left: 2.4rem !important;
  }
  .ms-3xl-7 {
    margin-left: 2.8rem !important;
  }
  .ms-3xl-8 {
    margin-left: 3.2rem !important;
  }
  .ms-3xl-9 {
    margin-left: 3.6rem !important;
  }
  .ms-3xl-10 {
    margin-left: 4rem !important;
  }
  .ms-3xl-11 {
    margin-left: 4.4rem !important;
  }
  .ms-3xl-12 {
    margin-left: 4.8rem !important;
  }
  .ms-3xl-auto {
    margin-left: auto !important;
  }
  .p-3xl-0 {
    padding: 0 !important;
  }
  .p-3xl-1 {
    padding: 0.4rem !important;
  }
  .p-3xl-2 {
    padding: 0.8rem !important;
  }
  .p-3xl-3 {
    padding: 1.2rem !important;
  }
  .p-3xl-4 {
    padding: 1.6rem !important;
  }
  .p-3xl-5 {
    padding: 2rem !important;
  }
  .p-3xl-6 {
    padding: 2.4rem !important;
  }
  .p-3xl-7 {
    padding: 2.8rem !important;
  }
  .p-3xl-8 {
    padding: 3.2rem !important;
  }
  .p-3xl-9 {
    padding: 3.6rem !important;
  }
  .p-3xl-10 {
    padding: 4rem !important;
  }
  .p-3xl-11 {
    padding: 4.4rem !important;
  }
  .p-3xl-12 {
    padding: 4.8rem !important;
  }
  .px-3xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-3xl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-3xl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-3xl-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-3xl-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-3xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-3xl-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-3xl-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-3xl-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-3xl-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-3xl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-3xl-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-3xl-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-3xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-3xl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-3xl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-3xl-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-3xl-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-3xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-3xl-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-3xl-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-3xl-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-3xl-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-3xl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-3xl-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-3xl-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-3xl-0 {
    padding-top: 0 !important;
  }
  .pt-3xl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-3xl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-3xl-3 {
    padding-top: 1.2rem !important;
  }
  .pt-3xl-4 {
    padding-top: 1.6rem !important;
  }
  .pt-3xl-5 {
    padding-top: 2rem !important;
  }
  .pt-3xl-6 {
    padding-top: 2.4rem !important;
  }
  .pt-3xl-7 {
    padding-top: 2.8rem !important;
  }
  .pt-3xl-8 {
    padding-top: 3.2rem !important;
  }
  .pt-3xl-9 {
    padding-top: 3.6rem !important;
  }
  .pt-3xl-10 {
    padding-top: 4rem !important;
  }
  .pt-3xl-11 {
    padding-top: 4.4rem !important;
  }
  .pt-3xl-12 {
    padding-top: 4.8rem !important;
  }
  .pe-3xl-0 {
    padding-right: 0 !important;
  }
  .pe-3xl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-3xl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-3xl-3 {
    padding-right: 1.2rem !important;
  }
  .pe-3xl-4 {
    padding-right: 1.6rem !important;
  }
  .pe-3xl-5 {
    padding-right: 2rem !important;
  }
  .pe-3xl-6 {
    padding-right: 2.4rem !important;
  }
  .pe-3xl-7 {
    padding-right: 2.8rem !important;
  }
  .pe-3xl-8 {
    padding-right: 3.2rem !important;
  }
  .pe-3xl-9 {
    padding-right: 3.6rem !important;
  }
  .pe-3xl-10 {
    padding-right: 4rem !important;
  }
  .pe-3xl-11 {
    padding-right: 4.4rem !important;
  }
  .pe-3xl-12 {
    padding-right: 4.8rem !important;
  }
  .pb-3xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-3xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-3xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-3xl-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-3xl-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-3xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-3xl-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-3xl-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-3xl-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-3xl-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-3xl-10 {
    padding-bottom: 4rem !important;
  }
  .pb-3xl-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-3xl-12 {
    padding-bottom: 4.8rem !important;
  }
  .ps-3xl-0 {
    padding-left: 0 !important;
  }
  .ps-3xl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-3xl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-3xl-3 {
    padding-left: 1.2rem !important;
  }
  .ps-3xl-4 {
    padding-left: 1.6rem !important;
  }
  .ps-3xl-5 {
    padding-left: 2rem !important;
  }
  .ps-3xl-6 {
    padding-left: 2.4rem !important;
  }
  .ps-3xl-7 {
    padding-left: 2.8rem !important;
  }
  .ps-3xl-8 {
    padding-left: 3.2rem !important;
  }
  .ps-3xl-9 {
    padding-left: 3.6rem !important;
  }
  .ps-3xl-10 {
    padding-left: 4rem !important;
  }
  .ps-3xl-11 {
    padding-left: 4.4rem !important;
  }
  .ps-3xl-12 {
    padding-left: 4.8rem !important;
  }
  .gap-3xl-0 {
    gap: 0 !important;
  }
  .gap-3xl-1 {
    gap: 0.4rem !important;
  }
  .gap-3xl-2 {
    gap: 0.8rem !important;
  }
  .gap-3xl-3 {
    gap: 1.2rem !important;
  }
  .gap-3xl-4 {
    gap: 1.6rem !important;
  }
  .gap-3xl-5 {
    gap: 2rem !important;
  }
  .gap-3xl-6 {
    gap: 2.4rem !important;
  }
  .gap-3xl-7 {
    gap: 2.8rem !important;
  }
  .gap-3xl-8 {
    gap: 3.2rem !important;
  }
  .gap-3xl-9 {
    gap: 3.6rem !important;
  }
  .gap-3xl-10 {
    gap: 4rem !important;
  }
  .gap-3xl-11 {
    gap: 4.4rem !important;
  }
  .gap-3xl-12 {
    gap: 4.8rem !important;
  }
  .row-gap-3xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-3xl-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-3xl-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-3xl-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-3xl-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-3xl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-3xl-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-3xl-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-3xl-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-3xl-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-3xl-10 {
    row-gap: 4rem !important;
  }
  .row-gap-3xl-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-3xl-12 {
    row-gap: 4.8rem !important;
  }
  .column-gap-3xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-3xl-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-3xl-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-3xl-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-3xl-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-3xl-5 {
    column-gap: 2rem !important;
  }
  .column-gap-3xl-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-3xl-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-3xl-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-3xl-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-3xl-10 {
    column-gap: 4rem !important;
  }
  .column-gap-3xl-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-3xl-12 {
    column-gap: 4.8rem !important;
  }
  .text-3xl-start {
    text-align: left !important;
  }
  .text-3xl-end {
    text-align: right !important;
  }
  .text-3xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1676px) {
  .object-fit-4xl-contain {
    object-fit: contain !important;
  }
  .object-fit-4xl-cover {
    object-fit: cover !important;
  }
  .object-fit-4xl-fill {
    object-fit: fill !important;
  }
  .object-fit-4xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-4xl-none {
    object-fit: none !important;
  }
  .d-4xl-inline {
    display: inline !important;
  }
  .d-4xl-inline-block {
    display: inline-block !important;
  }
  .d-4xl-block {
    display: block !important;
  }
  .d-4xl-grid {
    display: grid !important;
  }
  .d-4xl-inline-grid {
    display: inline-grid !important;
  }
  .d-4xl-table {
    display: table !important;
  }
  .d-4xl-table-row {
    display: table-row !important;
  }
  .d-4xl-table-cell {
    display: table-cell !important;
  }
  .d-4xl-flex {
    display: flex !important;
  }
  .d-4xl-inline-flex {
    display: inline-flex !important;
  }
  .d-4xl-none {
    display: none !important;
  }
  .flex-4xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-4xl-row {
    flex-direction: row !important;
  }
  .flex-4xl-column {
    flex-direction: column !important;
  }
  .flex-4xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-4xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-4xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-4xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-4xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-4xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-4xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-4xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-4xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-4xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-4xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-4xl-center {
    justify-content: center !important;
  }
  .justify-content-4xl-between {
    justify-content: space-between !important;
  }
  .justify-content-4xl-around {
    justify-content: space-around !important;
  }
  .justify-content-4xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-4xl-start {
    align-items: flex-start !important;
  }
  .align-items-4xl-end {
    align-items: flex-end !important;
  }
  .align-items-4xl-center {
    align-items: center !important;
  }
  .align-items-4xl-baseline {
    align-items: baseline !important;
  }
  .align-items-4xl-stretch {
    align-items: stretch !important;
  }
  .align-content-4xl-start {
    align-content: flex-start !important;
  }
  .align-content-4xl-end {
    align-content: flex-end !important;
  }
  .align-content-4xl-center {
    align-content: center !important;
  }
  .align-content-4xl-between {
    align-content: space-between !important;
  }
  .align-content-4xl-around {
    align-content: space-around !important;
  }
  .align-content-4xl-stretch {
    align-content: stretch !important;
  }
  .align-self-4xl-auto {
    align-self: auto !important;
  }
  .align-self-4xl-start {
    align-self: flex-start !important;
  }
  .align-self-4xl-end {
    align-self: flex-end !important;
  }
  .align-self-4xl-center {
    align-self: center !important;
  }
  .align-self-4xl-baseline {
    align-self: baseline !important;
  }
  .align-self-4xl-stretch {
    align-self: stretch !important;
  }
  .order-4xl-first {
    order: -1 !important;
  }
  .order-4xl-0 {
    order: 0 !important;
  }
  .order-4xl-1 {
    order: 1 !important;
  }
  .order-4xl-2 {
    order: 2 !important;
  }
  .order-4xl-3 {
    order: 3 !important;
  }
  .order-4xl-4 {
    order: 4 !important;
  }
  .order-4xl-5 {
    order: 5 !important;
  }
  .order-4xl-last {
    order: 6 !important;
  }
  .m-4xl-0 {
    margin: 0 !important;
  }
  .m-4xl-1 {
    margin: 0.4rem !important;
  }
  .m-4xl-2 {
    margin: 0.8rem !important;
  }
  .m-4xl-3 {
    margin: 1.2rem !important;
  }
  .m-4xl-4 {
    margin: 1.6rem !important;
  }
  .m-4xl-5 {
    margin: 2rem !important;
  }
  .m-4xl-6 {
    margin: 2.4rem !important;
  }
  .m-4xl-7 {
    margin: 2.8rem !important;
  }
  .m-4xl-8 {
    margin: 3.2rem !important;
  }
  .m-4xl-9 {
    margin: 3.6rem !important;
  }
  .m-4xl-10 {
    margin: 4rem !important;
  }
  .m-4xl-11 {
    margin: 4.4rem !important;
  }
  .m-4xl-12 {
    margin: 4.8rem !important;
  }
  .m-4xl-auto {
    margin: auto !important;
  }
  .mx-4xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-4xl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-4xl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-4xl-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-4xl-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-4xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-4xl-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-4xl-7 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }
  .mx-4xl-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-4xl-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .mx-4xl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-4xl-11 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }
  .mx-4xl-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-4xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-4xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-4xl-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-4xl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-4xl-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-4xl-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-4xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-4xl-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-4xl-7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-4xl-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-4xl-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-4xl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-4xl-11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .my-4xl-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-4xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-4xl-0 {
    margin-top: 0 !important;
  }
  .mt-4xl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-4xl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-4xl-3 {
    margin-top: 1.2rem !important;
  }
  .mt-4xl-4 {
    margin-top: 1.6rem !important;
  }
  .mt-4xl-5 {
    margin-top: 2rem !important;
  }
  .mt-4xl-6 {
    margin-top: 2.4rem !important;
  }
  .mt-4xl-7 {
    margin-top: 2.8rem !important;
  }
  .mt-4xl-8 {
    margin-top: 3.2rem !important;
  }
  .mt-4xl-9 {
    margin-top: 3.6rem !important;
  }
  .mt-4xl-10 {
    margin-top: 4rem !important;
  }
  .mt-4xl-11 {
    margin-top: 4.4rem !important;
  }
  .mt-4xl-12 {
    margin-top: 4.8rem !important;
  }
  .mt-4xl-auto {
    margin-top: auto !important;
  }
  .me-4xl-0 {
    margin-right: 0 !important;
  }
  .me-4xl-1 {
    margin-right: 0.4rem !important;
  }
  .me-4xl-2 {
    margin-right: 0.8rem !important;
  }
  .me-4xl-3 {
    margin-right: 1.2rem !important;
  }
  .me-4xl-4 {
    margin-right: 1.6rem !important;
  }
  .me-4xl-5 {
    margin-right: 2rem !important;
  }
  .me-4xl-6 {
    margin-right: 2.4rem !important;
  }
  .me-4xl-7 {
    margin-right: 2.8rem !important;
  }
  .me-4xl-8 {
    margin-right: 3.2rem !important;
  }
  .me-4xl-9 {
    margin-right: 3.6rem !important;
  }
  .me-4xl-10 {
    margin-right: 4rem !important;
  }
  .me-4xl-11 {
    margin-right: 4.4rem !important;
  }
  .me-4xl-12 {
    margin-right: 4.8rem !important;
  }
  .me-4xl-auto {
    margin-right: auto !important;
  }
  .mb-4xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-4xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-4xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-4xl-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-4xl-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-4xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-4xl-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-4xl-7 {
    margin-bottom: 2.8rem !important;
  }
  .mb-4xl-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-4xl-9 {
    margin-bottom: 3.6rem !important;
  }
  .mb-4xl-10 {
    margin-bottom: 4rem !important;
  }
  .mb-4xl-11 {
    margin-bottom: 4.4rem !important;
  }
  .mb-4xl-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-4xl-auto {
    margin-bottom: auto !important;
  }
  .ms-4xl-0 {
    margin-left: 0 !important;
  }
  .ms-4xl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-4xl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-4xl-3 {
    margin-left: 1.2rem !important;
  }
  .ms-4xl-4 {
    margin-left: 1.6rem !important;
  }
  .ms-4xl-5 {
    margin-left: 2rem !important;
  }
  .ms-4xl-6 {
    margin-left: 2.4rem !important;
  }
  .ms-4xl-7 {
    margin-left: 2.8rem !important;
  }
  .ms-4xl-8 {
    margin-left: 3.2rem !important;
  }
  .ms-4xl-9 {
    margin-left: 3.6rem !important;
  }
  .ms-4xl-10 {
    margin-left: 4rem !important;
  }
  .ms-4xl-11 {
    margin-left: 4.4rem !important;
  }
  .ms-4xl-12 {
    margin-left: 4.8rem !important;
  }
  .ms-4xl-auto {
    margin-left: auto !important;
  }
  .p-4xl-0 {
    padding: 0 !important;
  }
  .p-4xl-1 {
    padding: 0.4rem !important;
  }
  .p-4xl-2 {
    padding: 0.8rem !important;
  }
  .p-4xl-3 {
    padding: 1.2rem !important;
  }
  .p-4xl-4 {
    padding: 1.6rem !important;
  }
  .p-4xl-5 {
    padding: 2rem !important;
  }
  .p-4xl-6 {
    padding: 2.4rem !important;
  }
  .p-4xl-7 {
    padding: 2.8rem !important;
  }
  .p-4xl-8 {
    padding: 3.2rem !important;
  }
  .p-4xl-9 {
    padding: 3.6rem !important;
  }
  .p-4xl-10 {
    padding: 4rem !important;
  }
  .p-4xl-11 {
    padding: 4.4rem !important;
  }
  .p-4xl-12 {
    padding: 4.8rem !important;
  }
  .px-4xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-4xl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-4xl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-4xl-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-4xl-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-4xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-4xl-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-4xl-7 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
  .px-4xl-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-4xl-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .px-4xl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-4xl-11 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }
  .px-4xl-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-4xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-4xl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-4xl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-4xl-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-4xl-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-4xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-4xl-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-4xl-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-4xl-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-4xl-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-4xl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-4xl-11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .py-4xl-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-4xl-0 {
    padding-top: 0 !important;
  }
  .pt-4xl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-4xl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-4xl-3 {
    padding-top: 1.2rem !important;
  }
  .pt-4xl-4 {
    padding-top: 1.6rem !important;
  }
  .pt-4xl-5 {
    padding-top: 2rem !important;
  }
  .pt-4xl-6 {
    padding-top: 2.4rem !important;
  }
  .pt-4xl-7 {
    padding-top: 2.8rem !important;
  }
  .pt-4xl-8 {
    padding-top: 3.2rem !important;
  }
  .pt-4xl-9 {
    padding-top: 3.6rem !important;
  }
  .pt-4xl-10 {
    padding-top: 4rem !important;
  }
  .pt-4xl-11 {
    padding-top: 4.4rem !important;
  }
  .pt-4xl-12 {
    padding-top: 4.8rem !important;
  }
  .pe-4xl-0 {
    padding-right: 0 !important;
  }
  .pe-4xl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-4xl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-4xl-3 {
    padding-right: 1.2rem !important;
  }
  .pe-4xl-4 {
    padding-right: 1.6rem !important;
  }
  .pe-4xl-5 {
    padding-right: 2rem !important;
  }
  .pe-4xl-6 {
    padding-right: 2.4rem !important;
  }
  .pe-4xl-7 {
    padding-right: 2.8rem !important;
  }
  .pe-4xl-8 {
    padding-right: 3.2rem !important;
  }
  .pe-4xl-9 {
    padding-right: 3.6rem !important;
  }
  .pe-4xl-10 {
    padding-right: 4rem !important;
  }
  .pe-4xl-11 {
    padding-right: 4.4rem !important;
  }
  .pe-4xl-12 {
    padding-right: 4.8rem !important;
  }
  .pb-4xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-4xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-4xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-4xl-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-4xl-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-4xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-4xl-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-4xl-7 {
    padding-bottom: 2.8rem !important;
  }
  .pb-4xl-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-4xl-9 {
    padding-bottom: 3.6rem !important;
  }
  .pb-4xl-10 {
    padding-bottom: 4rem !important;
  }
  .pb-4xl-11 {
    padding-bottom: 4.4rem !important;
  }
  .pb-4xl-12 {
    padding-bottom: 4.8rem !important;
  }
  .ps-4xl-0 {
    padding-left: 0 !important;
  }
  .ps-4xl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-4xl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-4xl-3 {
    padding-left: 1.2rem !important;
  }
  .ps-4xl-4 {
    padding-left: 1.6rem !important;
  }
  .ps-4xl-5 {
    padding-left: 2rem !important;
  }
  .ps-4xl-6 {
    padding-left: 2.4rem !important;
  }
  .ps-4xl-7 {
    padding-left: 2.8rem !important;
  }
  .ps-4xl-8 {
    padding-left: 3.2rem !important;
  }
  .ps-4xl-9 {
    padding-left: 3.6rem !important;
  }
  .ps-4xl-10 {
    padding-left: 4rem !important;
  }
  .ps-4xl-11 {
    padding-left: 4.4rem !important;
  }
  .ps-4xl-12 {
    padding-left: 4.8rem !important;
  }
  .gap-4xl-0 {
    gap: 0 !important;
  }
  .gap-4xl-1 {
    gap: 0.4rem !important;
  }
  .gap-4xl-2 {
    gap: 0.8rem !important;
  }
  .gap-4xl-3 {
    gap: 1.2rem !important;
  }
  .gap-4xl-4 {
    gap: 1.6rem !important;
  }
  .gap-4xl-5 {
    gap: 2rem !important;
  }
  .gap-4xl-6 {
    gap: 2.4rem !important;
  }
  .gap-4xl-7 {
    gap: 2.8rem !important;
  }
  .gap-4xl-8 {
    gap: 3.2rem !important;
  }
  .gap-4xl-9 {
    gap: 3.6rem !important;
  }
  .gap-4xl-10 {
    gap: 4rem !important;
  }
  .gap-4xl-11 {
    gap: 4.4rem !important;
  }
  .gap-4xl-12 {
    gap: 4.8rem !important;
  }
  .row-gap-4xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-4xl-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-4xl-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-4xl-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-4xl-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-4xl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-4xl-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-4xl-7 {
    row-gap: 2.8rem !important;
  }
  .row-gap-4xl-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-4xl-9 {
    row-gap: 3.6rem !important;
  }
  .row-gap-4xl-10 {
    row-gap: 4rem !important;
  }
  .row-gap-4xl-11 {
    row-gap: 4.4rem !important;
  }
  .row-gap-4xl-12 {
    row-gap: 4.8rem !important;
  }
  .column-gap-4xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-4xl-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-4xl-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-4xl-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-4xl-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-4xl-5 {
    column-gap: 2rem !important;
  }
  .column-gap-4xl-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-4xl-7 {
    column-gap: 2.8rem !important;
  }
  .column-gap-4xl-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-4xl-9 {
    column-gap: 3.6rem !important;
  }
  .column-gap-4xl-10 {
    column-gap: 4rem !important;
  }
  .column-gap-4xl-11 {
    column-gap: 4.4rem !important;
  }
  .column-gap-4xl-12 {
    column-gap: 4.8rem !important;
  }
  .text-4xl-start {
    text-align: left !important;
  }
  .text-4xl-end {
    text-align: right !important;
  }
  .text-4xl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.header {
  z-index: 8;
}

.header-top .icon-elinor::before {
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  .header-top .icon-elinor::before {
    font-size: 35px;
  }
}
.header-top .cart span {
  left: 5px;
}
.header-top .icon-user2::before {
  color: white;
}
.header-top .icon-fillArrowBottom::before {
  color: white;
}
.header-top .login-btn .icon-user2::before {
  font-size: 20px;
  margin-left: 4px;
}
.header-top .login-btn .icon-fillArrowBottom {
  margin-right: 4px;
}
.header-top .login-btn div:last-child {
  top: 100%;
  left: 0;
  right: 0;
  z-index: 12;
  display: none;
}
.header-top .login-btn div:last-child.active {
  display: flex;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.header-top .cart-mobile span {
  left: -7px;
}

.header-search {
  width: 672.31px;
}
.header-search i::before {
  font-size: 20px;
  color: #a1a3a8;
}

.mobile-search button {
  height: fit-content;
  margin-top: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mainMenu-li-hasSubMenu .subMenu {
  top: 100%;
  right: -8px;
  width: 1344.66px;
  height: 665px;
  box-shadow: -1px 8px 8px 1px rgba(0, 0, 0, 0.09);
  z-index: 10;
  transform-origin: top;
  transform: scaleY(0) !important;
  transition: transform 0.2s linear;
}
.mainMenu-li-hasSubMenu .subMenu .mainMenu-sublist-item-main a:hover {
  color: #E36184;
}
.mainMenu-li-hasSubMenu .subMenu .mainMenu-sublist-item a:hover {
  color: #E36184;
}
.mainMenu-li-hasSubMenu:hover .subMenu {
  transform: scaleY(1) !important;
}

.subscribe {
  border-bottom: 1px solid #e7d9d9;
}
.subscribe .subscribe-email-input {
  width: 60%;
  border-bottom: 1px solid #e7d9d9;
}
.subscribe .subscribe-email-input ::-moz-placeholder {
  color: #F5F5F5;
  font-weight: 800;
  font-size: 20px;
}
.subscribe .subscribe-email-btn {
  padding: 8px 50px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .subscribe .subscribe-email-btn {
    padding: 8px 75px !important;
  }
}
.subscribe .subscribe-email-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #E36184;
  transition: all 0.5s linear;
  bottom: 10px;
  right: 10px;
}
.subscribe .subscribe-email-btn:hover::after {
  bottom: -10px;
  right: -10px;
}

.about-elinor-and-categories {
  border-bottom: 1px solid #e7d9d9;
}
.about-elinor-and-categories .icon-pinkWhatsApp::before {
  font-size: 27px;
}
.about-elinor-and-categories .category-item:hover a {
  color: #E36184;
}

.elinor-store {
  border-bottom: 1px solid #e7d9d9;
}

.enamad {
  width: 80px;
}
@media only screen and (min-width: 1024px) {
  .enamad {
    width: 100px;
  }
}

.footer-decription {
  height: 115px;
  overflow: hidden;
  position: relative;
}
.footer-decription::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, transparent 50%, white);
}
.footer-decription.opened {
  height: auto;
}
.footer-decription.opened::after {
  content: unset;
}

.text-link a {
  color: #008deb;
  font-size: 16px;
}

.set-products-swiper .swiper-btn-prev, .similar-products-swiper .swiper-btn-prev, .free-shipping-swiper .swiper-btn-prev, .set-products-swiper .swiper-btn-next, .similar-products-swiper .swiper-btn-next, .free-shipping-swiper .swiper-btn-next {
  position: absolute;
  top: 45%;
  right: 10px;
}

.swiper-btn-prev, .swiper-btn-next {
  transform: rotate(180deg) !important;
}

.swiper-btn-next {
  transform: rotate(0deg) !important;
}

.set-products-swiper .swiper-btn-next, .similar-products-swiper .swiper-btn-next, .free-shipping-swiper .swiper-btn-next {
  right: unset;
  left: 10px;
}

.swiper-btn-prev, .swiper-btn-next {
  background-color: rgba(255, 255, 255, 0.718);
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 6;
  display: none;
}
.swiper-btn-prev::before, .swiper-btn-next::before {
  color: #f05454;
}
@media only screen and (min-width: 768px) {
  .swiper-btn-prev, .swiper-btn-next {
    height: 45px;
    width: 45px;
    display: flex;
  }
}

.swiper-button-disabled {
  opacity: 0.5 !important;
}

.swiper-pagination-bullet {
  height: 4px;
  width: 4px;
  background-color: #3a3535;
  border-radius: 50%;
  transition: width 0.2s ease-in-out;
}
.swiper-pagination-bullet-active {
  width: 16px;
  height: 6px;
  border-radius: 5px;
  background-color: #E36184 !important;
}

.swiper-btn {
  position: absolute;
  bottom: 40px;
  display: flex;
  right: 4rem;
  opacity: 0;
}
.swiper-btn .swiper-btn-next {
  margin-right: 0.8rem;
}
.swiper-btn > div {
  position: relative;
}

.main-swiper .swiper-slide a figure {
  width: 100%;
  height: 180px;
}
@media only screen and (min-width: 1024px) {
  .main-swiper .swiper-slide a figure {
    height: 419.85px;
  }
}
.main-swiper .swiper-pagination {
  bottom: 10px !important;
  left: 50%;
  transform: translateX(-50%);
}

.popular-categories-swiper .swiper-slide {
  width: auto;
}
.popular-categories-swiper .popular-categories-item {
  width: 95px;
  height: auto;
  overflow: hidden;
}
.popular-categories-swiper .popular-categories-item .image-title {
  overflow: hidden;
  font-size: 13px;
}
@media only screen and (min-width: 1024px) {
  .popular-categories-swiper .popular-categories-item .image-title {
    font-weight: 800;
    line-height: 2;
    font-size: 18px;
  }
}
.popular-categories-swiper .popular-categories-item .image-title::after {
  content: "";
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: -10%;
  right: -5%;
  width: 150%;
  height: 150%;
  background-color: #e35f83;
  transform-origin: right;
  transform: skew(-45deg) scaleX(0);
  z-index: -1;
  transition: transform 0.75s;
}
.popular-categories-swiper .popular-categories-item:hover .image-title {
  color: white;
  transition: color 0.7s;
}
.popular-categories-swiper .popular-categories-item:hover .image-title::after {
  transform: skew(-45deg) scale(1);
  transform-origin: left;
  transition: transform 0.75s;
  border-radius: 12px;
}
@media only screen and (min-width: 768px) {
  .popular-categories-swiper .popular-categories-item {
    width: 198.83px;
  }
}

.free-shipping-swiper {
  width: 94%;
  margin: 0 auto;
}
.free-shipping-swiper .swiper-slide {
  width: 235.2px;
  width: 150px;
  margin-left: 20px;
}
.newest-swiper {
  width: 100%;
}
.newest-swiper .swiper-slide {
  width: 251.2px;
  margin-left: 20px;
}

.best-selling-swiper {
  width: 100%;
}
.best-selling-swiper .swiper-slide {
  width: 251.2px;
  margin-left: 20px;
}

.most-discount-swiper {
  width: 100%;
}
.most-discount-swiper .swiper-slide {
  width: 251.2px;
  margin-left: 20px;
}

.weblog-swiper {
  width: 100%;
}
.weblog-swiper .swiper-slide {
  width: 200px;
  margin-left: 15px;
}
@media only screen and (min-width: 768px) {
  .weblog-swiper .swiper-slide {
    width: 251.2px;
    margin-left: 20px;
  }
}
.weblog-swiper .swiper-slide a h4 {
  height: fit-content;
}
@media only screen and (min-width: 768px) {
  .weblog-swiper .swiper-slide a h4 {
    height: unset;
  }
}

.services-svgs-swiper {
  width: 100%;
}
.services-svgs-swiper .swiper-slide {
  width: 270px;
  direction: ltr;
}
@media only screen and (min-width: 1024px) {
  .services-svgs-swiper {
    width: 65%;
    margin: 0 auto;
  }
}
.services-svgs-swiper .swiper-pagination {
  position: absolute;
  bottom: 2px !important;
}

.product-thumbImages-swiper {
  width: 130px;
  overflow-y: scroll;
}
.product-thumbImages-swiper .swiper-slide {
  width: 87%;
  height: 106.6px;
  border-radius: 12px;
  cursor: pointer;
  margin-bottom: 5px;
}
.product-thumbImages-swiper .swiper-slide img {
  height: 100%;
}
.product-thumbImages-swiper .swiper-slide:hover {
  border: 1px solid #e35f83;
}
.product-thumbImages-swiper .swiper-scrollbar-drag {
  background: #E36184 !important;
}
.product-thumbImages-swiper .swiper-scrollbar.swiper-scrollbar-vertical {
  left: -3px !important;
  right: unset;
  width: 10px;
}

.product-main-swiper {
  width: 100%;
}
.product-main-swiper .swiper-slide {
  width: 100% !important;
}
@media only screen and (min-width: 1024px) {
  .product-main-swiper .swiper-slide {
    width: 400px;
  }
}
.product-main-swiper .swiper-slide a img {
  cursor: zoom-in;
  height: 100%;
}
.product-main-swiper .swiper-pagination {
  bottom: 24px !important;
}

.colors-swiper {
  width: 100%;
}
.colors-swiper .swiper-slide {
  width: 90px;
}
@media only screen and (min-width: 1024px) {
  .colors-swiper .swiper-slide {
    height: 90px;
  }
}

.similar-products-swiper, .set-products-swiper {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .similar-products-swiper .swiper-slide, .set-products-swiper .swiper-slide {
    margin-left: 20px;
  }
}
.similar-products-swiper .swiper-button-lock, .set-products-swiper .swiper-button-lock {
  display: flex;
  opacity: 0.3 !important;
}
.similar-products-swiper .swiper-btn-prev, .set-products-swiper .swiper-btn-prev, .similar-products-swiper .swiper-btn-next, .set-products-swiper .swiper-btn-next {
  border: 1px solid #f05454;
  width: 40px;
  height: 40px;
}
.similar-products-swiper .icon-arrowLeft::before, .set-products-swiper .icon-arrowLeft::before {
  color: #f05454;
}
.set-products-swiper {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .set-products-swiper .swiper-slide {
    margin-left: 20px;
  }
}
.set-products-swiper .swiper-button-lock {
  display: flex;
  opacity: 0.3 !important;
}
.set-products-swiper .swiper-btn-prev, .set-products-swiper .swiper-btn-next {
  border: 1px solid #f05454;
  width: 40px;
  height: 40px;
}
.set-products-swiper .icon-arrowLeft::before {
  color: #f05454;
}
.user-comments-swiper {
  width: 100%;
}
.user-comments-swiper .swiper-slide {
  width: 350px;
  margin-left: 10px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 25;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s opacity linear;
}
.modal-overlay.active {
  visibility: visible;
  opacity: 1;
  transition: 0.5s opacity linear;
}
.modal-overlay .modal-close {
  right: 15px;
  top: 20px;
}

.modal {
  position: fixed;
  max-height: 100%;
  z-index: 25;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .modal {
    left: 50%;
    top: 50%;
    min-width: 460px;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s linear, visibility 0.3s linear, transform 0.3s linear;
  }
  .modal.active {
    transform: translate(-50%, -50%);
  }
}

.modal-mobile-menu {
  width: 330px;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: transform 0.5s linear;
  border-top-right-radius: 16px;
  background-color: rgba(0, 0, 0, 0.7019607843);
}
.modal-mobile-menu.active {
  transform: translateX(0);
  transition: transform 0.5s linear;
}
.modal-mobile-menu .icon-close {
  top: 0;
  left: 0;
}
.modal-mobile-menu .whatsapp {
  border: 1px solid white;
}
.modal-mobile-menu .instagram {
  border: 1px solid white;
}
.modal-mobile-menu .icon-elinor {
  animation: elinor 5s infinite alternate;
  stroke-width: 2;
  stroke: #365fa0;
  font-size: 40px;
}

@keyframes elinor {
  0% {
    fill: rgba(72, 138, 204, 0);
    stroke: #fff;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 2;
  }
  70% {
    fill: rgba(72, 138, 204, 0);
    stroke: #fff;
  }
  80% {
    fill: rgba(72, 138, 204, 0);
    stroke: #fff;
    stroke-width: 3;
  }
  100% {
    fill: #fff;
    stroke: rgba(54, 95, 160, 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}
.modal-search {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  background-color: rgba(97, 96, 96, 0.4862745098);
  transform: translateX(-100%);
  transition: transform 0.6s linear, opacity 0.6s linear, visibility 0.6s linear;
  opacity: 0;
  visibility: hidden;
}
.modal-search.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.modal-search div {
  height: 100px;
  margin-left: 10px;
}
.modal-search .icon-elinor {
  animation: elinor 5s infinite alternate;
  stroke-width: 2;
  stroke: #365fa0;
  font-size: 40px;
  height: fit-content;
}
.modal-search .modal-search-form {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid white;
}
.modal-search .modal-search-form input::placeholder {
  color: white;
}

.modal-mobile-category {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(86, 84, 84, 0.5333333333);
}
.modal-mobile-category::-webkit-scrollbar {
  display: none;
}
.modal-mobile-category .icon-close {
  top: 10px;
  left: 10px;
}
.modal-mobile-category .category-lists {
  margin-top: 50px !important;
}
@media only screen and (min-width: 768px) {
  .modal-mobile-category .category-lists {
    width: 80%;
    margin: 0 auto;
  }
}
.modal-mobile-category .category-lists .category-sublist {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.modal-mobile-category .category-lists .category-sublist.active {
  max-height: fit-content;
}
.modal-mobile-category .category-lists li {
  background-color: white;
  border-radius: 12px;
  padding: 2px 8px;
}
.modal-mobile-category .category-lists .show-subMenu-item .icon-simpleClose::before {
  font-size: 10px;
}
.modal-mobile-category .category-lists .icon-simpleAdd {
  padding-top: 6px;
}
.modal-mobile-category .category-lists .icon-simpleAdd.deactive {
  display: none !important;
}
.modal-mobile-category .category-lists .icon-simpleAdd::before {
  font-size: 18px;
}
.modal-mobile-category .category-lists .icon-simpleClose {
  display: none;
  padding-top: 6px;
}
.modal-mobile-category .category-lists .icon-simpleClose.active {
  display: inline-block;
}

.modal-sizeTable {
  left: 50%;
  top: 50%;
  max-height: 80%;
  width: 280px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px;
}
@media only screen and (min-width: 360px) {
  .modal-sizeTable {
    width: 350px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal-sizeTable {
    width: max-content;
  }
}
.modal-sizeTable .modal-content {
  border: 1px black solid;
}
.modal-sizeTable .modal-content tr:nth-child(even) {
  background-color: rgba(187, 187, 187, 0.1803921569);
}
.modal-sizeTable .modal-close {
  left: 10px;
  top: 10px;
}
@media only screen and (min-width: 1024px) {
  .modal-sizeTable .modal-close {
    left: 15px;
    top: 15px;
  }
}

.modal-filterMobile {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: rgba(255, 255, 255, 0.897);
  transform: translateY(200%);
  transition: transform 0.6s linear, opacity 0.6s linear, visibility 0.6s linear;
  opacity: 0;
  visibility: hidden;
}
.modal-filterMobile::-webkit-scrollbar {
  display: none;
}
.modal-filterMobile.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.modal-filterMobile .filter-list .category-lists {
  height: 0;
  overflow: hidden;
  transition: all 0.5s linear;
}
.modal-filterMobile .filter-list .category-lists.active {
  height: fit-content;
}
.modal-filterMobile .filter-list .category-lists .category-sublist {
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.modal-filterMobile .filter-list .category-lists .category-sublist.active {
  height: fit-content;
}
.modal-filterMobile .filter-list .show-subList .icon-simpleAdd::before, .modal-filterMobile .filter-list .show-list .icon-simpleAdd::before {
  font-size: 23px;
}
.modal-filterMobile .filter-list .show-subList .icon-simpleClose::before, .modal-filterMobile .filter-list .show-list .icon-simpleClose::before {
  font-size: 10px;
}
.modal-filterMobile .filter-list .icon-simpleAdd {
  padding-top: 6px;
}
.modal-filterMobile .filter-list .icon-simpleAdd.deactive {
  display: none !important;
}
.modal-filterMobile .filter-list .icon-simpleClose {
  display: none;
  padding-top: 6px;
}
.modal-filterMobile .filter-list .icon-simpleClose.active {
  display: inline-block;
}
.modal-filterMobile .filter-list .color-list {
  height: 0;
}
.modal-filterMobile .filter-list .color-list.active {
  height: 120px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.modal-filterMobile .filter-list .color-list.active.opened {
  height: unset;
}
.modal-filterMobile .filter-list .color-list-item-color {
  border: 0.5px solid #b4acb0;
  height: 30px;
  width: 30px;
}
.modal-filterMobile .filter-list .color-list-item-color.select {
  box-shadow: 0 0 5px 2px #e35f83;
}
.modal-filterMobile .filter-list .btn-showMore-color, .modal-filterMobile .filter-list .btn-showMore-size {
  display: none;
}
.modal-filterMobile .filter-list .btn-showMore-color.active, .modal-filterMobile .filter-list .active.btn-showMore-size {
  display: flex;
}
.modal-filterMobile .filter-list .btn-showMore-color.active .btn-showMore-plus.opened, .modal-filterMobile .filter-list .active.btn-showMore-size .btn-showMore-plus.opened {
  display: none;
}
.modal-filterMobile .filter-list .btn-showMore-color.active .btn-showMore-minus, .modal-filterMobile .filter-list .active.btn-showMore-size .btn-showMore-minus {
  display: none;
}
.modal-filterMobile .filter-list .btn-showMore-color.active .btn-showMore-minus.opened, .modal-filterMobile .filter-list .active.btn-showMore-size .btn-showMore-minus.opened {
  display: block;
}
.modal-filterMobile .filter-list .size-list {
  height: 0;
}
.modal-filterMobile .filter-list .size-list.active {
  height: 80px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.modal-filterMobile .filter-list .size-list.active.opened {
  height: unset;
}
.modal-filterMobile .filter-list .size-list button {
  border: 0.8px solid black;
  height: 28px;
  padding-bottom: 6px;
}
.modal-filterMobile .filter-list .size-list button.select {
  font-weight: 800;
  background-color: #F5F5F5 !important;
}
.modal-filterMobile .filter-list .price-range2 {
  height: 0;
  overflow: hidden;
  transition: all 0.5s linear;
}
.modal-filterMobile .filter-list .price-range2.active {
  height: fit-content;
  padding-bottom: 15px;
}
.modal-filterMobile .filter-list .price-range2 .range-input2 .slider2 {
  height: 8px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.modal-filterMobile .filter-list .price-range2 .range-input2 .slider2 .progress2 {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background: #f05454;
}
.modal-filterMobile .filter-list .price-range2 .range-input2 input {
  position: absolute;
  width: 100%;
  height: 8px;
  top: 0px;
  background: none;
  pointer-events: none;
  -webkit-appearance: unset;
  -moz-appearance: unset;
}

.modal-sortMobile {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: fit-content;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  transform: translateY(200%);
  transition: transform 0.6s linear, opacity 0.6s linear, visibility 0.6s linear;
  opacity: 0;
  visibility: hidden;
}
.modal-sortMobile.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.modal-sortMobile .display-sort-list .sort-item.active {
  background-color: #e35f83;
  color: white;
}

.modal-cart {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px 0 gray;
  min-width: 300px;
}
.modal-cart .header-modal {
  border-bottom: 1px solid #ebebeb;
}
.modal-cart .header-modal svg {
  width: 16px;
  height: 16px;
  fill: #21ab21;
}
@media only screen and (min-width: 1024px) {
  .modal-cart .header-modal svg {
    width: 24px;
    height: 24px;
  }
}
.modal-cart .item {
  box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.525);
}
.modal-cart .item img {
  width: 80px;
  height: 100px;
}
@media only screen and (min-width: 1024px) {
  .modal-cart .item .price {
    border-right: 1px solid #ebebeb;
    padding-right: 4px;
  }
}
.modal-cart .goToOrder {
  width: 88%;
  border: 1px solid #e35f83;
}
@media only screen and (min-width: 360px) {
  .modal-cart {
    min-width: 350px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal-cart {
    width: max-content;
  }
}

.modal-delivery-method {
  left: 50%;
  top: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px 0 gray;
}
.modal-delivery-method .header-modal {
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (min-width: 640px) {
  .modal-delivery-method {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .modal-delivery-method {
    width: max-content;
  }
}
.modal-delivery-method .delivery-method-form img {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 1024px) {
  .modal-delivery-method .delivery-method-form img {
    width: 50px;
    height: 50px;
  }
}

.modal-address {
  left: 50%;
  top: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px 0 gray;
}
.modal-address .header-modal {
  border-bottom: 1px solid #ebebeb;
}
.modal-address .add-address {
  border: 1px solid #e35f83;
}
.modal-address .available-address-form {
  overflow-y: scroll;
}
.modal-address .available-address-form .item {
  border-bottom: 0.3px solid #ebebeb;
}
.modal-address .available-address-form::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 640px) {
  .modal-address {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .modal-address {
    width: max-content;
  }
}

.modal-add-newAddress {
  overflow-y: scroll;
  left: 50%;
  top: 50%;
  width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px 0 gray;
}
.modal-add-newAddress::-webkit-scrollbar {
  display: none;
}
.modal-add-newAddress .header-modal {
  border-bottom: 1px solid #ebebeb;
}
.modal-add-newAddress .add-newAddress-btn {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .modal-add-newAddress {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .modal-add-newAddress {
    width: max-content;
  }
}

.modal-exit {
  left: 50%;
  top: 50%;
  width: 90%;
  max-height: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px 0 gray;
}
@media only screen and (min-width: 640px) {
  .modal-exit {
    width: fit-content;
  }
}
@media only screen and (min-width: 640px) {
  .modal-exit {
    width: max-content;
  }
}
.modal-exit .exit-modal-btn {
  transition: all 0.2s linear;
  max-height: 40px;
}
.modal-exit .exit-modal-btn:hover {
  background-color: #b2001a;
  box-shadow: 0 0 7px 0 rgba(178, 0, 26, 0.8);
}
.modal-exit .cancel-modal-btn {
  transition: all 0.2s linear;
  max-height: 40px;
}
.modal-exit .cancel-modal-btn:hover {
  background-color: #87d3e1;
  box-shadow: 0 0 7px 0 rgba(135, 211, 225, 0.8);
}

.modal-comment-userPanel {
  left: 50%;
  top: 50%;
  width: max-content;
  max-height: 70%;
  overflow-y: scroll;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px 0 gray;
}
.modal-comment-userPanel::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 640px) {
  .modal-comment-userPanel {
    width: 50%;
  }
}
@media only screen and (min-width: 640px) {
  .modal-comment-userPanel {
    width: max-content;
  }
}
.modal-comment-userPanel figure {
  width: 80px;
}
.modal-comment-userPanel .send-comment {
  width: 100%;
}
.modal-comment-userPanel .send-comment button {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
.modal-comment-userPanel .icon-starFill::before {
  font-size: 17px;
}
.modal-comment-userPanel .rating-modal {
  direction: ltr;
}
.modal-comment-userPanel .rating-modal .simple.deactive {
  display: none;
}
.modal-comment-userPanel .rating-modal .fill {
  display: none;
}
.modal-comment-userPanel .rating-modal .fill.active {
  display: inline-block;
}

.charge-wallet-modal {
  left: 50%;
  top: 50%;
  width: 80%;
  max-height: 80%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
}
.charge-wallet-modal::-webkit-scrollbar {
  display: none;
}
.charge-wallet-modal .portal {
  border-bottom: 1px solid #ebebeb;
}
.charge-wallet-modal .portal-item.active .tick, .charge-wallet-modal .active.portal-item-zarinpal .tick {
  display: block;
}
.charge-wallet-modal .portal-item .tick, .charge-wallet-modal .portal-item-zarinpal .tick {
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
}
.charge-wallet-modal .portal-item img:last-child, .charge-wallet-modal .portal-item-zarinpal img:last-child {
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 640px) {
  .charge-wallet-modal {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .charge-wallet-modal {
    width: max-content;
  }
}

.modal-userInfo {
  overflow-y: scroll;
  left: 50%;
  top: 50%;
  width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px 0 gray;
}
.modal-userInfo::-webkit-scrollbar {
  display: none;
}
.modal-userInfo .header-modal {
  border-bottom: 1px solid #ebebeb;
}
.modal-userInfo .save-info-btn {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .modal-userInfo {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .modal-userInfo {
    width: max-content;
  }
}

.tooltip {
  background-color: #fff;
  border-radius: 100px;
  padding: 0 1.2rem;
  margin: 0.4rem;
  box-shadow: 0 0 6px 0 rgba(128, 128, 128, 0.637);
  width: max-content;
  display: none;
  position: absolute;
  z-index: 16;
}
.tooltip[data-position=left] {
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
}
.tooltip[data-position=right] {
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}
.tooltip[data-position=bottom] {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.showTooltip {
  position: relative;
}
.showTooltip:hover .tooltip {
  display: flex;
}

.popover-deleteEdit {
  width: 250px;
  top: 100%;
  left: 2%;
  transform-origin: top left;
  transform: scale(0);
  transition: transform 0.6s linear;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.popover-deleteEdit.opened {
  transform: scale(1);
}
.popover-deleteEdit button:hover {
  background-color: #F5F5F5;
}

.customCheckbox {
  appearance: none;
  border: 2px solid rgba(0, 0, 0, 0.821);
  height: 13px;
  width: 13px;
  border-radius: 2px;
}
.customCheckbox:checked {
  background-color: black;
}

.customSwitch {
  appearance: none;
  height: 28px;
  width: 60px;
  border-radius: 100px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23fff'/></svg>");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: left center;
  transition: all 0.2s;
}
.customSwitch:checked {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23fff'/></svg>");
  background-color: #2196f3;
  background-position: right center;
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #f05454;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #f05454;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.customRadio {
  height: 15px;
  width: 15px;
  appearance: none;
  border: 2px solid #888888;
  border-radius: 50%;
}
.customRadio:checked {
  background-color: #e35f83;
  border: 2px solid white;
  outline: 2px solid #e35f83;
}
@media only screen and (min-width: 768px) {
  .customRadio {
    height: 20px;
    width: 20px;
  }
}

.page-path li:last-child a {
  color: #E36184;
}
.page-path li:last-child a:hover {
  color: black;
}

.aside {
  width: 23%;
}
.aside .filter-title .icon-filter::before {
  font-size: 1.5rem;
}
.aside .category {
  box-shadow: 0px 0px 20px rgba(220, 220, 220, 0.1882352941), 0px 0px 20px rgba(179, 178, 178, 0.1882352941);
}
.aside .category .category-sublist {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.aside .category .category-sublist.active {
  max-height: fit-content;
}
.aside .category .icon-simpleAdd::before {
  font-size: 20px;
}
.aside .category .icon-simpleClose::before {
  font-size: 7px;
}
.aside .category .icon-simpleAdd {
  padding-top: 6px;
}
.aside .category .icon-simpleAdd.deactive {
  display: none !important;
}
.aside .category .icon-simpleClose {
  display: none;
  padding-top: 6px;
}
.aside .category .icon-simpleClose.active {
  display: inline-block;
}
.aside .title {
  box-shadow: 0px 0px 20px rgba(220, 220, 220, 0.1882352941), 0px 0px 20px rgba(179, 178, 178, 0.1882352941);
}
.aside .title-input {
  box-shadow: 0 0 10px rgba(171, 171, 171, 0.4509803922);
}
.aside .size {
  box-shadow: 0px 0px 20px rgba(220, 220, 220, 0.1882352941), 0px 0px 20px rgba(179, 178, 178, 0.1882352941);
}
.aside .size-list {
  max-height: 160px;
}
.aside .size-list.opened {
  max-height: unset;
}
.aside .size-list button {
  border: 1px solid black;
  height: 30px;
  font-size: 16px;
}
.aside .size-list button.select {
  font-weight: 800;
  background-color: #F5F5F5;
}
.aside .size-list button:hover {
  font-weight: 800;
  background-color: #F5F5F5;
}
.aside .available {
  box-shadow: 0px 0px 20px rgba(220, 220, 220, 0.1882352941), 0px 0px 20px rgba(179, 178, 178, 0.1882352941);
}
.aside .colors {
  box-shadow: 0px 0px 20px rgba(220, 220, 220, 0.1882352941), 0px 0px 20px rgba(179, 178, 178, 0.1882352941);
}
.aside .colors .color-list {
  max-height: 170px;
}
.aside .colors .color-list.opened {
  max-height: unset;
}
.aside .colors .color-list-item-color {
  border: 0.5px solid #b4acb0;
  height: 50px;
  width: 50px;
}
.aside .colors .color-list-item-color.select {
  box-shadow: 0 0 5px 2px rgba(240, 84, 84, 0.5);
}
.aside .price-range {
  box-shadow: 0px 0px 20px rgba(220, 220, 220, 0.1882352941), 0px 0px 20px rgba(179, 178, 178, 0.1882352941);
}
.aside .price-range .range-input .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.aside .price-range .range-input .slider .progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background: #f05454;
}
.aside .price-range .range-input input {
  position: absolute;
  width: 100%;
  height: 8px;
  top: -2px;
  background: none;
  pointer-events: none;
  -webkit-appearance: unset;
  -moz-appearance: unset;
}

.btn-showMore-size .btn-showMore-plus.opened, .btn-showMore-color .btn-showMore-plus.opened {
  display: none;
}
.btn-showMore-size .btn-showMore-minus, .btn-showMore-color .btn-showMore-minus, .modal-filterMobile .filter-list .btn-showMore-size .btn-showMore-minus, .modal-filterMobile .filter-list .btn-showMore-color .btn-showMore-minus {
  display: none;
}
.btn-showMore-size .btn-showMore-minus.opened, .btn-showMore-color .btn-showMore-minus.opened {
  display: block;
}

.products {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .products {
    width: 77%;
  }
}
.products .mobile-sortAndFilter div button {
  border: 1px solid #e35f83;
}
.products .mobile-sortAndFilter div button i::before {
  color: #e35f83;
}
.products .display-sort-list .sort-item.active {
  color: #e35f83;
  font-weight: 800;
}
.products .products-carts .product-cart {
  width: 100%;
  height: 282px;
}
.products .products-carts .product-cart .product-cart-image {
  overflow: hidden;
  height: auto;
  max-height: unset;
}
@media only screen and (min-width: 1280px) {
  .products .products-carts .product-cart .product-cart-image {
    max-height: 301px;
    height: 301px;
  }
}
@media only screen and (min-width: 360px) {
  .products .products-carts .product-cart {
    height: 350px;
  }
}
@media only screen and (min-width: 640px) {
  .products .products-carts .product-cart {
    height: 390px;
  }
}
@media only screen and (min-width: 1280px) {
  .products .products-carts .product-cart {
    height: 436px;
  }
}
.products .description {
  margin-right: 10px;
  height: 120px;
  overflow: hidden;
  position: relative;
  transition: height 0.5s linear;
  background-color: unset;
}
.products .description::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
.products .description.opened {
  height: auto;
}
.products .description.opened::after {
  content: unset;
}

.pages .page {
  height: 30px;
  width: 45px;
  border: 1px solid #F5F5F5;
  border-radius: 4px;
}
.pages .page .page-item {
  color: #e35f83;
}
.pages .page.active {
  background-color: #e35f83;
}
.pages .page.active .page-item {
  color: white;
}
.pages .page-prev .icon-arrowLeft::before {
  margin-top: 5px;
  transform: rotate(180deg);
}
.pages .page-next .icon-arrowLeft::before {
  margin-top: 5px;
}
.pages .page.lock {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .pages .page {
    height: 40px;
    width: 45px;
  }
}

.page-path-product:hover {
  color: black;
}

@media only screen and (min-width: 1024px) {
  .product-images {
    width: 38%;
    height: 470px;
  }
}
.product-images .product-main-swiper .icon-zoom {
  top: 10px;
  left: 15px;
  z-index: 5;
}

.svg-mobileGroup {
  z-index: 5;
  padding-top: 4px;
  padding-bottom: 4px;
}
.svg-mobileGroup .cart-btnMobile {
  margin-top: 10px;
}
.svg-mobileGroup .cart-btnMobile-number {
  left: -5px;
  top: 0;
}
@media only screen and (min-width: 360px) {
  .svg-mobileGroup .cart-btnMobile-number {
    left: -10px;
  }
}
.svg-mobileGroup .back-mobile i::before {
  font-size: 18px;
}
.svg-mobileGroup .icon-favoriteBlue::before {
  font-size: 20px;
  color: red;
}
.svg-mobileGroup .icon-share::before {
  font-size: 20px;
}

.icon-favoriteBlue::before {
  color: black;
}

.compare {
  color: black;
}

.compare-tab {
  bottom: 80px;
  left: 25px;
  display: none;
  background-color: #f8f8f8;
  z-index: 10;
  color: black;
}
.compare-tab span:last-child {
  background-color: #d3d3d3;
}
.compare-tab.active {
  display: flex;
}

.compare-tab-details {
  width: 245px;
  bottom: 65px;
  left: 15px;
  z-index: 9;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #eaeaea;
  display: none;
}
.compare-tab-details div img {
  width: 25%;
}
.compare-tab-details .close-compare {
  width: fit-content;
  border-radius: 50%;
  padding: 4px;
  bottom: 79px;
  right: 215px;
}
.compare-tab-details .close-compare .icon-simpleClose::before {
  font-size: 9px;
}
.compare-tab-details button {
  width: fit-content;
}
.compare-tab-details.active {
  display: flex;
}

.icon-share::before {
  color: black;
}

.product-details .product-title {
  font-size: 18px;
  margin-top: 8px;
  color: #3a3535;
}
@media only screen and (min-width: 640px) {
  .product-details .product-title {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-details .product-title {
    font-size: 22px;
    margin-top: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .product-details {
    height: 535px;
    overflow-y: scroll;
  }
  .product-details::-webkit-scrollbar {
    display: none;
  }
}
.product-details .set-btn {
  padding: 4px 0;
  color: black;
  line-height: normal;
}
.product-details .product-colors-list .product-colors-box-btn {
  width: 45px !important;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(180, 172, 176, 0.6);
}
.product-details .product-colors-list .product-colors-box-btn.selected .selectedColorSvg {
  display: block !important;
}
.product-details .product-colors-list .product-colors-box-btn.unavailable {
  opacity: 0.5;
  cursor: not-allowed;
  position: relative;
}
.product-details .product-colors-list .product-colors-box-btn.unavailable::before {
  content: "ناموجود";
  font-size: 12px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 75%;
  left: 50%;
}
.product-details .product-colors-list .unavailable {
  opacity: 0.7;
}
@media only screen and (min-width: 1024px) {
  .product-details .product-colors-list .unavailable {
    opacity: 1;
  }
}
.product-details .product-colors-list .selectedColorSvg {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-details .product-sizes .size-btn {
  border: 1px solid #a1a3a8;
  width: 40px;
  height: 40px;
}
.product-details .product-sizes .size-btn.active {
  background-color: #ebebeb;
  font-weight: 600;
}
.product-details .product-sizes .size-btn.unavailable {
  cursor: not-allowed;
  position: relative;
  opacity: 0.5;
}
@media only screen and (min-width: 1024px) {
  .product-details .product-sizes .size-btn:hover {
    background-color: rgba(235, 235, 235, 0.5);
  }
}
.product-details .show-sizeTable {
  width: fit-content;
  border-bottom: 1px solid #E36184;
  color: #e35f83;
}
@media only screen and (min-width: 1024px) {
  .product-details .show-sizeTable {
    border-bottom: unset;
    color: unset;
  }
}
.product-details .add-toCart {
  padding-top: 4px;
  padding-bottom: 4px;
}

.specifications-title.active, .active.description-title, .active.comments-title {
  color: #f05454;
  border-bottom: 2px solid #f05454;
}
.specifications-title:hover, .description-title:hover, .comments-title:hover {
  color: #f05454;
}

.specification-table {
  background-color: #f9fafb;
  display: none;
}
.specification-table li:nth-child(even) {
  background-color: white;
}
.specification-table li span:first-child {
  min-width: 200px;
}
@media only screen and (min-width: 1024px) {
  .specification-table.active {
    display: block;
  }
}

.description {
  background-color: #f9fafb;
  line-height: 2.3;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .description.active {
    display: block;
  }
}

.comments {
  width: 92%;
  margin: 0 auto;
  display: none;
  gap: 4rem;
}
.comments.active {
  display: flex;
}
.comments .icon-starFill::before {
  font-size: 17px;
}
.comments .user-comment {
  background-color: #f9fafb;
}
.comments-form .comment-form-titleInput {
  background-color: #f9fafb;
}
.comments-form .rating {
  width: fit-content;
  direction: ltr;
}
.comments-form .rating .starFill.deactive {
  display: none;
}
.comments-form .rating .starSimple {
  display: none;
}
.comments-form .rating .starSimple.active {
  display: inline-block;
}
.comments-form .name-input .customCheckbox {
  width: 15px;
  height: 15px;
}
.comments-form .name-input .customCheckbox:checked {
  border: 1px solid #f05454;
  background-color: #f05454;
}
.comments-form .comment-textarea {
  background-color: #f9fafb;
}

.specification-title-mobile.active .icon-arrowBottom {
  display: block !important;
}
.specification-title-mobile.active .icon-arrowLeft {
  display: none;
}
.specification-title-mobile:hover {
  color: #f05454;
}

.specification-table-mobile {
  display: none;
}
.specification-table-mobile li {
  border-bottom: 1.4px solid #ebebeb;
}
.specification-table-mobile li div {
  min-width: 110px;
}
@media only screen and (min-width: 768px) {
  .specification-table-mobile li div {
    min-width: 300px;
  }
}
.specification-table-mobile.active {
  display: block;
}

.comments-title-mobile.active .icon-arrowBottom {
  display: block !important;
}
.comments-title-mobile.active .icon-arrowLeft {
  display: none;
}
.comments-title-mobile:hover {
  color: #f05454;
}

.comments-mobile {
  display: none;
  gap: 4rem;
}
.comments-mobile.active {
  display: flex;
}
.comments-mobile .icon-starFill::before {
  font-size: 17px;
}
.comments-mobile .user-comment {
  height: 200px;
  background-color: #F5F5F5;
}
.comments-mobile .user-comment p {
  font-size: 13px !important;
}
.comments-mobile .user-comment-text {
  height: 100px;
}

.similar-products-swiper .product-cart, .set-products-swiper .product-cart {
  width: 170px;
  height: 280px;
}
@media only screen and (min-width: 1024px) {
  .similar-products-swiper .product-cart, .set-products-swiper .product-cart {
    height: 422px;
    width: 250.2px;
  }
}
.similar-products-swiper .product-cart .icon-favoriteBlue, .set-products-swiper .product-cart .icon-favoriteBlue {
  z-index: 4;
  right: 15px;
  top: 15px;
}
.similar-products-swiper .product-cart .icon-favoriteBlue::before, .set-products-swiper .product-cart .icon-favoriteBlue::before {
  color: red;
}
.similar-products-swiper .product-cart-details, .set-products-swiper .product-cart-details {
  max-height: 107px;
}
.similar-products-swiper .product-cart-details .title, .set-products-swiper .product-cart-details .title {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .similar-products-swiper .product-cart-details .title, .set-products-swiper .product-cart-details .title {
    text-align: unset;
  }
}

.addCart-mobile {
  box-shadow: 1px -2px 8px 0px rgba(180, 172, 176, 0.4);
  z-index: 5;
}

.banner-aboutus {
  background-image: url("../images/aboutUs/banner.d78116b3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}
.banner-aboutus .title-banner {
  font-size: 30px;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 1024px) {
  .form-contactus .message {
    width: 685px;
  }
}

.contact-info svg {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 1024px) {
  .contact-info svg {
    width: 24px;
    height: 24px;
  }
}

.top-cart span {
  height: 3px;
  width: 100px;
  opacity: 0.5;
}
.top-cart span.active {
  opacity: 1;
}
.top-cart button {
  opacity: 0.5;
}
.top-cart button.active {
  opacity: 1;
}
.top-cart button svg {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .top-cart button svg {
    width: 48px;
    height: 48px;
  }
}

@media only screen and (min-width: 1024px) {
  .banner img {
    height: 110px;
  }
}

.shipping-cart {
  display: none;
}
.shipping-cart.active {
  display: block;
}
.shipping-cart .empty-cart {
  display: none;
  min-height: 300px;
}
.shipping-cart .empty-cart.active {
  display: flex;
}
.shipping-cart .product-list {
  padding-top: 2px;
}
.shipping-cart .product-list::-webkit-scrollbar {
  display: none;
}
.shipping-cart .product-list .delete-allProducts:hover svg {
  stroke: red;
}
.shipping-cart .product-list .title-list {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 0.5px solid #b4acb0;
}
.shipping-cart .product-list .product-item {
  border-radius: 15px;
  box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.151);
}
.shipping-cart .product-list .product-item .delete-product {
  left: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  border: 0.5px solid #ebebeb;
}
.shipping-cart .product-list .product-item .delete-product svg {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}
@media only screen and (min-width: 768px) {
  .shipping-cart .product-list .product-item .delete-product svg {
    width: 24px;
    height: 24px;
  }
}
.shipping-cart .product-list .product-item .delete-product:hover svg {
  stroke: red;
}
@media only screen and (min-width: 768px) {
  .shipping-cart .product-list .product-item .delete-product {
    width: 40px;
    height: 40px;
  }
  .shipping-cart .product-list .product-item .delete-product .showTooltip svg {
    width: 24px !important;
    height: 24px !important;
  }
}
.shipping-cart .product-list .product-item .delete-product .icon-simpleClose::before {
  color: white;
}
.shipping-cart .product-list .product-item-img {
  width: 120px;
  height: 160px;
}
@media only screen and (min-width: 1024px) {
  .shipping-cart .product-list .product-item-img {
    width: 140px;
    height: 180px;
  }
}
.shipping-cart .product-list .product-item .price {
  border: 1px solid #F5F5F5;
}
.shipping-cart .price-details {
  top: 20px;
  max-height: 399px;
}
.shipping-cart .price-details div {
  border-radius: 15px;
  background-color: #fafafa;
}
.shipping-cart .price-details div .discount-input {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 135px;
}
@media only screen and (min-width: 768px) {
  .shipping-cart .price-details div .discount-input {
    width: 200px;
  }
}
.shipping-cart .price-details div .discount-btn {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.shipping-cart .continue-process-btn {
  width: 80%;
  margin: 0 auto;
  font-weight: 800;
  padding-top: 5px;
  padding-bottom: 5px;
}
.shipping-cart .continue-process-btn:hover {
  background-color: #db2777;
}
.shipping-cart .counter button {
  width: 30px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .shipping-cart .counter button {
    width: 50px;
    height: 40px;
    font-size: 20px;
  }
}

.send-information {
  display: none;
}
.send-information.active {
  display: flex;
}
.send-information .addresses {
  border-bottom: 1px solid #b4acb0;
}
.send-information .addresses .change-edit-btn {
  width: 95%;
  padding: 5px 0;
  margin: 0 auto;
  border: 1px solid #e35f83;
}
.send-information .addresses .change-edit-btn:hover {
  border: 1px solid #db2777;
  color: #db2777;
}
@media only screen and (min-width: 640px) {
  .send-information .addresses .change-edit-btn {
    width: 50%;
    align-self: flex-end;
    margin: 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .send-information .addresses .change-edit-btn {
    width: 25%;
    align-self: flex-end;
  }
}
.send-information .delivery-method {
  border-bottom: 1px solid #b4acb0;
}
.send-information .delivery-method .choose-method-btn {
  border: 1px solid #e35f83;
  width: 95%;
  padding: 5px 0;
  margin: 0 auto;
}
.send-information .delivery-method .choose-method-btn:hover {
  background-color: #db2777;
}
@media only screen and (min-width: 640px) {
  .send-information .delivery-method .choose-method-btn {
    width: 50%;
    align-self: flex-end;
    margin: 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .send-information .delivery-method .choose-method-btn {
    width: 25%;
  }
}
.send-information .delivery-btn {
  width: 80%;
  margin: 0 auto;
  font-weight: 800;
  padding-top: 5px;
  padding-bottom: 5px;
}
.send-information .delivery-btn:hover {
  background-color: #db2777;
}
@media only screen and (min-width: 768px) {
  .send-information .delivery-btn {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .send-information .delivery-btn {
    width: 80%;
  }
}

.payment-information {
  display: none;
}
.payment-information.active {
  display: flex;
}
.payment-information .payment-way {
  border-bottom: 1px solid #ebebeb;
}
.payment-information .portal {
  border-bottom: 1px solid #ebebeb;
}
.payment-information .portal-item.active .tick, .payment-information .active.portal-item-zarinpal .tick {
  display: block;
}
.payment-information .portal-item .tick, .payment-information .portal-item-zarinpal .tick {
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 1024px) {
  .payment-information .portal-item .tick, .payment-information .portal-item-zarinpal .tick {
    width: 40px;
    height: 40px;
  }
}
.payment-information .portal-item img:last-child, .payment-information .portal-item-zarinpal img:last-child {
  width: 60px;
  height: 60px;
}
@media only screen and (min-width: 1024px) {
  .payment-information .portal-item img:last-child, .payment-information .portal-item-zarinpal img:last-child {
    width: 90px;
    height: 90px;
  }
}
.payment-information .orders .order-item {
  border: 1px solid #b4acb0;
  width: 60px;
  height: 70px;
}
.payment-information .orders .order-item span {
  padding: 0 4px;
}
.payment-information .orderType-priceDetails {
  top: 15px;
}
.payment-information .orderType-priceDetails .price-details .pay-btn {
  width: 80%;
  margin: 0 auto;
  font-weight: 800;
  padding-top: 5px;
  padding-bottom: 5px;
}
.payment-information .orderType-priceDetails .price-details .pay-btn:hover {
  background-color: #db2777;
}
@media only screen and (min-width: 768px) {
  .payment-information .orderType-priceDetails .price-details .pay-btn {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .payment-information .orderType-priceDetails .price-details .pay-btn {
    width: 80%;
  }
}

.login-register .login-register-form {
  display: none;
  width: 100%;
  margin-top: 10%;
}
.login-register .login-register-form.active {
  display: flex;
}
.login-register .login-register-form .number-input {
  background-color: rgba(240, 84, 84, 0.1);
}
.login-register .login-register-form .login-btn {
  padding: 5px 0;
}
@media only screen and (min-width: 1024px) {
  .login-register .login-register-form {
    width: 30%;
    border: 1px solid rgba(240, 84, 84, 0.5);
  }
}
.login-register .token-form {
  display: none;
  width: 100%;
  margin-top: 10%;
}
.login-register .token-form.active {
  display: flex;
}
.login-register .token-form .icon-fleshBottom {
  right: 15px;
  top: 40px;
  transform: rotate(270deg);
}
.login-register .token-form .token-input {
  background-color: rgba(240, 84, 84, 0.1);
}
.login-register .token-form .token-btn {
  padding: 5px 0;
}
.login-register .token-form .send-token-again {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .login-register .token-form {
    width: 30%;
    border: 1px solid rgba(240, 84, 84, 0.5);
  }
}

.freeShipping-page .banner img {
  width: 90%;
  margin-top: 20px;
}
@media only screen and (min-width: 640px) {
  .freeShipping-page .banner img {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .freeShipping-page .banner img {
    margin: unset;
    width: 100%;
  }
}
.freeShipping-page .freeShipping-products {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 640px) {
  .freeShipping-page .freeShipping-products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .freeShipping-page .freeShipping-products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .freeShipping-page .freeShipping-products {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.freeShipping-page .freeShipping-products .product-cart {
  height: auto;
}
.freeShipping-page .freeShipping-products .product-cart .product-cart-image {
  overflow: hidden;
  height: auto;
  max-height: unset;
}
@media only screen and (min-width: 1280px) {
  .freeShipping-page .freeShipping-products .product-cart .product-cart-image {
    max-height: 301px;
    height: 301px;
  }
}
@media only screen and (min-width: 1280px) {
  .freeShipping-page .freeShipping-products .product-cart {
    height: 436px;
  }
}

.user-panel {
  background-color: #F5F5F5;
  padding: 15px;
}
@media only screen and (min-width: 1024px) {
  .user-panel {
    background-color: unset;
    padding: unset;
  }
}

.panel-side {
  height: fit-content;
}
.panel-side .icon-cart {
  padding-right: 3px;
}
.panel-side .icon-cart::before {
  font-size: 20px;
}
.panel-side .lists button:hover {
  background-color: #F5F5F5;
}
.panel-side .lists .item.select {
  background-color: #F5F5F5;
}
.panel-side .lists .exit-btn {
  color: red;
}
.panel-side .lists .exit-btn svg {
  stroke: red;
}
@media only screen and (min-width: 1024px) {
  .panel-side {
    top: 20px;
  }
}

.section {
  display: none;
}
.section.active {
  display: flex;
}

.user-info div div:first-child {
  border-left: 1px solid #ebebeb;
}
.user-info .birth-date {
  border-left: 1px solid #ebebeb;
}
.user-info .icon-simpleAdd::before {
  font-size: 20px;
}
@media only screen and (min-width: 1024px) {
  .user-info .icon-simpleAdd::before {
    font-size: 30px;
  }
}
.user-info svg {
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 1024px) {
  .user-info svg {
    width: 20px;
    height: 20px;
  }
}

.favorite .product-cart {
  width: unset;
}
.favorite .icon-fillHeartWhite {
  right: 10px !important;
}
.favorite .icon-fillHeartWhite::before {
  color: #d32f2f;
}

.address-info {
  height: fit-content;
}
.address-info .address-title {
  width: fit-content;
}
.address-info .address-title::before {
  content: "";
  position: absolute;
  width: 115%;
  height: 100%;
  top: 0;
  left: -2px;
  border-bottom: 2px solid #e35f83;
}
.address-info .add-address-btn {
  border: 1px solid #e35f83;
}
.address-info .saved-addresses .item:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.address-info .saved-addresses .edit-delete-btn {
  transform: rotate(90deg);
}
.address-info .saved-addresses .address-svg, .address-info .saved-addresses .phone-svg, .address-info .saved-addresses .postal-code-svg {
  fill: #b4acb0;
}
.address-info .saved-addresses .icon-user2::before {
  color: #b4acb0;
}

.orders-info .orders-list button .delivered-number {
  padding-left: 8px;
  padding-right: 8px;
  line-height: normal;
}
.orders-info .orders-list button.active {
  color: #e35f83;
}
.orders-info .orders-list button.active .delivered-number {
  background-color: #e35f83;
}
.orders-info .orders-list button:hover {
  color: #e35f83;
}
.orders-info .orders-list button:hover .delivered-number {
  background-color: #e35f83;
}
.orders-info .div {
  display: none;
}
.orders-info .div.active {
  display: flex;
}
.orders-info .order .title svg {
  fill: #21ab21;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 1024px) {
  .orders-info .order .title svg {
    width: 24px;
    height: 24px;
  }
}
.orders-info .order-images figure {
  width: 70px;
}

.orders-history {
  height: fit-content;
}
.orders-history .icon-fleshBottom {
  transform: rotate(90deg);
}
.orders-history .products-info > *:nth-child(n+2) {
  border-top: 1px solid #ebebeb;
}
.orders-history .products-info .product div:first-child {
  grid-template-columns: 90px 1fr;
}
@media only screen and (min-width: 1024px) {
  .orders-history .products-info .product div:first-child {
    grid-template-columns: 116px 1fr;
  }
}
.orders-history .products-info .product .icon-starFill::before {
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  .orders-history .products-info .product .icon-starFill::before {
    font-size: 17px;
  }
}
.orders-history .products-info .product .rating {
  direction: ltr;
}
.orders-history .products-info .product .rating .starSimple svg {
  width: 15px;
  height: 14px;
}
@media only screen and (min-width: 1024px) {
  .orders-history .products-info .product .rating .starSimple svg {
    width: 18px;
    height: 17px;
  }
}
.orders-history .products-info .product .rating .starSimple.deactive {
  display: none;
}
.orders-history .products-info .product .rating .starFill {
  display: none;
}
.orders-history .products-info .product .rating .starFill.active {
  display: inline-block;
}
.orders-history .products-info .product .registered-rating .rating-text {
  text-wrap: nowrap;
}
.orders-history .products-info .product .registered-rating svg {
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 1024px) {
  .orders-history .products-info .product .registered-rating svg {
    width: 20px;
    height: 20px;
  }
}
.orders-history .products-info .product .registered-rating .comment-rate-btn span {
  text-wrap: nowrap;
}
.orders-history .products-info .product .cm-btn {
  border: 2px solid #f05454;
}
.orders-history .products-info .product .cm-btn svg {
  fill: #f05454;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 1024px) {
  .orders-history .products-info .product .cm-btn svg {
    width: 24px;
    height: 24px;
  }
}

.wallet .transactions-detail-desktop thead tr th {
  width: 12%;
}
.wallet .transactions-detail-desktop tbody > *:nth-child(n) td {
  width: 10%;
  text-align: center;
}
.wallet .descrip {
  left: 11%;
  font-size: 12px;
}
.wallet .transaction {
  height: fit-content;
}
.wallet .status {
  height: fit-content;
}

.free-shipping {
  width: 95%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .free-shipping {
    width: 100%;
  }
}
.free-shipping-banner img {
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
.free-shipping-icon .word-rotate-box {
  width: 110px;
  height: 110px;
  border-radius: 100%;
}
@media only screen and (min-width: 1024px) {
  .free-shipping .product-cart {
    height: 400px;
  }
}
.free-shipping .product-cart-image {
  max-height: 281.44px !important;
}

.circular-icon {
  z-index: 3;
  top: -25px;
}
@media only screen and (min-width: 360px) {
  .circular-icon {
    top: -30px;
  }
}
@media only screen and (min-width: 640px) {
  .circular-icon {
    top: -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .circular-icon {
    top: -60px;
  }
}
.circular-icon .free-shipping-circle {
  border-radius: 50%;
  position: relative;
  width: 70px;
  height: 70px;
}
@media only screen and (min-width: 640px) {
  .circular-icon .free-shipping-circle {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .circular-icon .free-shipping-circle {
    width: 110px;
    height: 110px;
  }
}
.circular-icon .free-shipping-circle-icon {
  z-index: 4;
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 640px) {
  .circular-icon .free-shipping-circle-icon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: ) {
  .circular-icon .free-shipping-circle-icon {
    width: 70px;
    height: 70px;
  }
}
.circular-icon .free-shipping-circle-icon .icon-fleshBottom::before {
  font-size: 15px;
}
@media only screen and (min-width: 640px) {
  .circular-icon .free-shipping-circle-icon .icon-fleshBottom::before {
    font-size: 24px;
  }
}
@media only screen and (min-width: ) {
  .circular-icon .free-shipping-circle-icon .icon-fleshBottom::before {
    font-size: 34px;
  }
}
.circular-icon .free-shipping-circle .circular-text {
  z-index: 3;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  font-family: consolas;
  transform: translate(-50%, -50%);
  animation: rotateText 20s infinite;
}
@media only screen and (min-width: 640px) {
  .circular-icon .free-shipping-circle .circular-text {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .circular-icon .free-shipping-circle .circular-text {
    width: 110px;
    height: 110px;
  }
}
.circular-icon .free-shipping-circle .circular-text span {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.7rem;
  transform-origin: 0 34px;
}
@media only screen and (min-width: 640px) {
  .circular-icon .free-shipping-circle .circular-text span {
    font-size: 0.8rem;
    transform-origin: 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .circular-icon .free-shipping-circle .circular-text span {
    transform-origin: 0 55px;
    font-size: 1rem;
  }
}

.circular-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 90%;
  left: 126%;
  height: 50%;
  transform: scale(2.5) translate(-50%, -50%);
  background-image: url("../images/homePage/image--free-shipping-after.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .circular-icon::after {
    top: 95%;
  }
}

.showMore-btn {
  position: relative;
}
.showMore-btn::before {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 0;
  height: 1px;
  background: #f05454;
  transition: all 0.3s ease;
}
.showMore-btn:hover::before {
  width: 100%;
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.title-btn {
  justify-content: center;
}
@media only screen and (min-width: 640px) {
  .title-btn {
    justify-content: space-between;
  }
}
.title-btn .showMore-btn {
  display: none;
}
@media only screen and (min-width: 640px) {
  .title-btn .showMore-btn {
    display: flex;
  }
}
.title-btn .showMore-btn i {
  margin-bottom: 2px;
}

.showMore-btn-2 {
  display: flex;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .showMore-btn-2 {
    display: none;
  }
}
.showMore-btn-2 i {
  margin-bottom: 2px;
}

.product-cart {
  width: 150px;
  height: 260px;
}
@media only screen and (min-width: 360px) {
  .product-cart {
    width: 160px;
    height: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-cart {
    height: 410px;
    width: 250.2px;
  }
}
.product-cart .product-cart-image {
  overflow: hidden;
  max-height: 250px;
}
.product-cart .product-cart-image img {
  max-width: 100%;
  transition: transform 0.5s;
}
@media only screen and (min-width: 360px) {
  .product-cart .product-cart-image {
    max-height: 280px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-cart .product-cart-image {
    max-height: 301.44px;
  }
}
.product-cart:hover .product-cart-image img {
  transform: scale(1.2);
  transition: transform 0.5s;
}
.product-cart .free-shipping-text, .product-cart .most-discount-text {
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 2px 5px;
  z-index: 4;
  left: 5px;
  top: 5px;
  font-size: 13px !important;
}
@media only screen and (min-width: 768px) {
  .product-cart .free-shipping-text, .product-cart .most-discount-text {
    font-size: 1.15rem !important;
  }
}
.product-cart .icon-fillHeartWhite {
  z-index: 4;
  right: 15px;
  top: 15px;
}
.weblog-cart {
  width: 210px;
}
@media only screen and (min-width: 1024px) {
  .weblog-cart {
    width: unset;
  }
}
.weblog-cart-image {
  height: 165.45px;
}

.services-svgs {
  color: #3a3535;
}

.mobile-menu-bottom {
  z-index: 20;
  box-shadow: 0 -4px 10px 2px rgba(180, 172, 176, 0.3);
}
.mobile-menu-bottom ul {
  width: 100%;
  z-index: 20;
}
.mobile-menu-bottom ul li span {
  line-height: normal;
  font-size: 13px;
}
.mobile-menu-bottom ul li a {
  height: 22px;
}
.mobile-menu-bottom ul li button {
  height: 22px;
}
.mobile-menu-bottom ul li span:first-child {
  height: 24px;
}
.mobile-menu-bottom ul li svg {
  fill: #989898 !important;
}
.mobile-menu-bottom ul li.active {
  color: #e35f83;
}/*# sourceMappingURL=style.css.map */